Skip to content

Commit f21863c

Browse files
committed
format
1 parent 2c0407f commit f21863c

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

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

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -513,9 +513,10 @@ void joint_matrix_load(
513513
(void)res;
514514
(void)src;
515515
(void)stride;
516-
throw runtime_error("When using SYCL_EXT_ONEAPI_MATRIX=3 joint_matrix_load is "
517-
"only supported by CUDA devices",
518-
PI_INVALID_DEVICE);
516+
throw runtime_error(
517+
"When using SYCL_EXT_ONEAPI_MATRIX=3 joint_matrix_load is "
518+
"only supported by CUDA devices",
519+
PI_INVALID_DEVICE);
519520
#endif // defined(__SYCL_DEVICE_ONLY__) && defined(__NVPTX__)
520521
}
521522

@@ -534,9 +535,10 @@ void joint_matrix_store(Group sg,
534535
(void)src;
535536
(void)dst;
536537
(void)stride;
537-
throw runtime_error("When using SYCL_EXT_ONEAPI_MATRIX=3 joint_matrix_store is "
538-
"only supported by CUDA devices",
539-
PI_INVALID_DEVICE);
538+
throw runtime_error(
539+
"When using SYCL_EXT_ONEAPI_MATRIX=3 joint_matrix_store is "
540+
"only supported by CUDA devices",
541+
PI_INVALID_DEVICE);
540542
#endif // defined(__SYCL_DEVICE_ONLY__) && defined(__NVPTX__)
541543
}
542544

0 commit comments

Comments
 (0)