Skip to content

Commit a4636fa

Browse files
committed
corrected test
1 parent a60d7cb commit a4636fa

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

sycl/test-e2e/Matrix/joint_matrix_fill_store_impl.hpp

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,13 @@ void matrix_fill_store(big_matrix<T1, TM, TN> &C, big_matrix<T2, TM, TK> &A,
5050
// joint_matrix_fill(sg, sub_b, 5.0);
5151
joint_matrix_fill(sg, sub_c, 5.0);
5252

53-
ext::intel::experimental::matrix::joint_matrix_store(
54-
sg, sub_a, accA.template get_multi_ptr<access::decorated::no>(),
55-
TK);
53+
// ext::intel::experimental::matrix::joint_matrix_store(
54+
// sg, sub_a, accA.template get_multi_ptr<access::decorated::no>(),
55+
// TK);
5656

57-
ext::intel::experimental::matrix::joint_matrix_store(
58-
sg, sub_b, accB.template get_multi_ptr<access::decorated::no>(),
59-
TN * 2);
57+
// ext::intel::experimental::matrix::joint_matrix_store(
58+
// sg, sub_b, accB.template get_multi_ptr<access::decorated::no>(),
59+
// TN * 2);
6060

6161
joint_matrix_store(
6262
sg, sub_c, accC.template get_multi_ptr<access::decorated::no>(),

0 commit comments

Comments
 (0)