Skip to content

Commit a881055

Browse files
committed
packed_a, packed_b -> packed
Signed-off-by: JackAKirk <[email protected]>
1 parent e55e5f0 commit a881055

File tree

1 file changed

+1
-1
lines changed

1 file 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
@@ -18,7 +18,7 @@ namespace matrix {
1818

1919
enum class matrix_use { a, b, accumulator };
2020

21-
enum class layout { row_major, col_major, packed_a, packed_b, unused };
21+
enum class layout { row_major, col_major, packed, unused };
2222

2323
namespace precision {
2424
class tf32 {

0 commit comments

Comments
 (0)