Skip to content

Commit 35f3d54

Browse files
authored
[SYCL][Matrix] Fix __spirv_JointMatrixUUMadINTEL (#7093)
Signed-off-by: Sidorov, Dmitry <[email protected]>
1 parent 7281d69 commit 35f3d54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/include/CL/__spirv/spirv_ops.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ template <typename T1, typename T2, typename T3, std::size_t M, std::size_t K,
7272
__spv::MatrixLayout LB = __spv::MatrixLayout::RowMajor,
7373
__spv::MatrixLayout LC = __spv::MatrixLayout::RowMajor,
7474
__spv::Scope::Flag S = __spv::Scope::Flag::Subgroup>
75-
extern SYCL_EXTERNAL JOINT_MATRIX_INTEL(T2, M, N, LC, S, UC) *
75+
extern SYCL_EXTERNAL JOINT_MATRIX_INTEL(T3, M, N, LC, S, UC) *
7676
__spirv_JointMatrixUUMadINTEL(
7777
JOINT_MATRIX_INTEL(T1, M, K, LA, S, UA) *A,
7878
JOINT_MATRIX_INTEL(T2, K, N, LB, S, UB) *B,

0 commit comments

Comments
 (0)