Skip to content

Commit 5fbabe9

Browse files
committed
Remove unused variable
1 parent 2b7c61e commit 5fbabe9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/test-e2e/Matrix/joint_matrix_gemm_cuda.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ void test(queue &q) {
196196
joint_matrix_load(
197197
sg, sub_b,
198198
accB.template get_multi_ptr<access::decorated::no>(), k * K,
199-
n * N, load_stride_B, stride_B);
199+
n * N, stride_B);
200200
#else
201201
auto load_stride_A = layout_A == layout::row_major
202202
? (k * K) + (m * M * Big_K)

0 commit comments

Comments
 (0)