Skip to content

Commit 30f5f7e

Browse files
committed
update
1 parent a4636fa commit 30f5f7e

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

sycl/test-e2e/Matrix/joint_matrix_fill_store.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
//===-------------------------------------------------------------------------===//
88
// REQUIRES: matrix
99

10-
// RUN: %{build} -o %t.out -DSYCL_EXT_ONEAPI_MATRIX_VERSION=4
10+
// RUN: %{build} -o %t.out
1111
// RUN: %{run} %t.out
1212

1313
#include "joint_matrix_fill_store_impl.hpp"

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
55+
// get_multi_ptr<access::decorated::no>(), 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
59+
// get_multi_ptr<access::decorated::no>(), TN * 2);
6060

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

0 commit comments

Comments
 (0)