Skip to content

Commit ec933e2

Browse files
committed
format
1 parent f21863c commit ec933e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sycl/include/sycl/ext/oneapi/matrix/matrix-tensorcore.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -527,8 +527,8 @@ void joint_matrix_store(Group sg,
527527
NumCols, Layout, Group> &src,
528528
multi_ptr<T, Space> dst, size_t stride) {
529529
#if defined(__SYCL_DEVICE_ONLY__) && defined(__NVPTX__)
530-
sycl::ext::oneapi::detail::joint_matrix_store_impl<T, NumRows, NumCols, Layout,
531-
Space>{}
530+
sycl::ext::oneapi::detail::joint_matrix_store_impl<T, NumRows, NumCols,
531+
Layout, Space>{}
532532
.store(src, dst, stride);
533533
#else
534534
(void)sg;

0 commit comments

Comments
 (0)