Skip to content

Commit 29ed54d

Browse files
committed
Removed default joint_matrix definition.
Signed-off-by: jack.kirk <[email protected]>
1 parent 0164048 commit 29ed54d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,7 @@ template <typename T, matrix_use Use, size_t Rows = sycl::dynamic_extent,
1414
size_t Cols = sycl::dynamic_extent,
1515
matrix_layout Layout = matrix_layout::row_major,
1616
typename Group = sycl::sub_group, typename Cond = void>
17-
struct joint_matrix {
18-
joint_matrix(Group g) {}
19-
};
17+
struct joint_matrix;
2018

2119
#define __SYCL_JOINT_MATRIX_OVERLOAD(type, use, M, N, frag_type, frag_size) \
2220
template <matrix_layout Layout> \

0 commit comments

Comments
 (0)