Skip to content

Commit 7eb02c2

Browse files
committed
formatted.
1 parent d4f4918 commit 7eb02c2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,8 @@ struct joint_matrix_store_impl<
281281
matrix::matrix_layout::col_major>> {
282282
void
283283
store(sycl::ext::oneapi::experimental::matrix::joint_matrix<
284-
T, sycl::ext::oneapi::experimental::matrix::matrix_use::accumulator, NumRows, NumCols, Layout> &src,
284+
T, sycl::ext::oneapi::experimental::matrix::matrix_use::accumulator,
285+
NumRows, NumCols, Layout> &src,
285286
multi_ptr<T, Space> dst, size_t stride) {
286287

287288
#ifdef __NVPTX__

0 commit comments

Comments
 (0)