Skip to content

Commit 96d0916

Browse files
test clean up
1 parent a299621 commit 96d0916

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

sycl/test-e2e/Matrix/SG32/get_coordinate_ops.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
// SG size = 32 is not currently supported for SYCL Joint Matrix by IGC on DG2
99
// UNSUPPORTED: gpu-intel-dg2
1010
// REQUIRES: aspect-ext_intel_matrix
11-
// REQUIRES-INTEL-DRIVER: lin: 27501, win: 101.4943
11+
// REQUIRES-INTEL-DRIVER: lin: 30049, win: 101.4943
1212

1313
// XFAIL: !igc-dev
1414
// XFAIL-TRACKER: GSD-6376

sycl/test-e2e/Matrix/get_coordinate_ops.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99

1010
// XFAIL: !igc-dev
1111
// XFAIL-TRACKER: GSD-6376
12+
// REQUIRES-INTEL-DRIVER: lin: 30049
1213

1314
// RUN: %{build} -o %t.out
1415
// RUN: %{run} %t.out

sycl/test-e2e/Matrix/get_coordinate_ops_impl.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ void test_get_coord_op() {
136136
matrix_sum<T, TResult, Rows, Cols, SROWS, SCOLS, Use, Layout, VF>(
137137
MM, sum_rows, sum_cols);
138138

139-
// This condition check can be removed once the IGC PR resolving the Matrix B
139+
// This condition check can be removed once the IGC PR resolving the Matrix B
140140
// row coordinate bug is pull downed to the driver.
141141
if (Use != use::b) {
142142
for (int i = 0; i < Rows; i++) {

0 commit comments

Comments
 (0)