Skip to content

Commit 6686560

Browse files
authored
[SYCL][NFC] Remove legacy SYCL_EXT_ONEAPI_MATRIX_VERSION usages (#13235)
This macro and its usages were removed here: #11813
1 parent 5ab1f76 commit 6686560

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

sycl/test-e2e/Matrix/XMX8/joint_matrix_opt_kernel_feature.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// REQUIRES: matrix-xmx8
22

3-
// RUN: %{build} -o %t.out -DSYCL_EXT_ONEAPI_MATRIX_VERSION=4
3+
// RUN: %{build} -o %t.out
44
// RUN: %{run} %t.out
55

66
// Test checks that exception will be thrown in case matrix parameters are

sycl/test-e2e/Matrix/joint_matrix_opt_kernel_feature.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// REQUIRES: matrix
22

3-
// RUN: %{build} -o %t.out -DSYCL_EXT_ONEAPI_MATRIX_VERSION=4
3+
// RUN: %{build} -o %t.out
44
// RUN: %{run} %t.out
55

66
// Test checks that exception will be thrown in case matrix parameters are

sycl/test-e2e/Matrix/joint_matrix_opt_kernel_feature_unsupported_hw.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// REQUIRES: gpu-intel-gen12, gpu
22

3-
// RUN: %{build} -o %t.out -DSYCL_EXT_ONEAPI_MATRIX_VERSION=4
3+
// RUN: %{build} -o %t.out
44
// RUN: %{run} %t.out
55

66
// Test checks that exception will be thrown in case object of joint_matrix type

0 commit comments

Comments
 (0)