Skip to content

Commit 04dc06a

Browse files
committed
renamed test file.
matrix_layout::packed -> packed_a, packed_b Signed-off-by: jack.kirk <[email protected]>
1 parent a223fd2 commit 04dc06a

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ namespace experimental::matrix {
1111

1212
enum class matrix_use { a, b, accumulator };
1313

14-
enum class matrix_layout { row_major, col_major, packed };
14+
enum class matrix_layout { row_major, col_major, packed_a, packed_b };
1515

1616
template <typename T, matrix_use MT, size_t Rows = sycl::dynamic_extent,
1717
size_t Cols = sycl::dynamic_extent,

0 commit comments

Comments
 (0)