Skip to content

Commit 177a4f5

Browse files
[SYCL] [Matrix] Fix return type issue brought by #7335 (#7874)
1 parent 0622298 commit 177a4f5

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
@@ -153,7 +153,7 @@ template <typename T1, typename T2, typename T3, std::size_t M, std::size_t K,
153153
__spv::MatrixLayout LB = __spv::MatrixLayout::RowMajor,
154154
__spv::MatrixLayout LC = __spv::MatrixLayout::RowMajor,
155155
__spv::Scope::Flag S = __spv::Scope::Flag::Subgroup>
156-
extern SYCL_EXTERNAL __spv::__spirv_JointMatrixINTEL<T2, M, N, LC, S> *
156+
extern SYCL_EXTERNAL __spv::__spirv_JointMatrixINTEL<T3, M, N, LC, S> *
157157
__spirv_JointMatrixUUMadINTEL(
158158
__spv::__spirv_JointMatrixINTEL<T1, M, K, LA, S> *A,
159159
__spv::__spirv_JointMatrixINTEL<T2, K, N, LB, S> *B,

0 commit comments

Comments
 (0)