Skip to content

Commit 395aa8a

Browse files
[SYCL][Matrix] Update element_wise_all_sizes_impl.hpp according to #8874 (#9822)
1 parent 9c662e2 commit 395aa8a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sycl/test-e2e/Matrix/element_wise_all_sizes_impl.hpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,8 @@ void matrix_verify_add(const T1 val1, const T1 val2, const T1 result) {
6969

7070
ext::intel::experimental::matrix::joint_matrix_store(
7171
sg, sub_a,
72-
accA.get_pointer() + (sg_startx * TM) * K + sg_starty / SG_SZ * TK,
72+
accA.template get_multi_ptr<access::decorated::no>() +
73+
(sg_startx * TM) * K + sg_starty / SG_SZ * TK,
7374
K);
7475
}); // parallel for
7576
}).wait();

0 commit comments

Comments
 (0)