Skip to content

Commit e364d7e

Browse files
code clean up
1 parent fc18698 commit e364d7e

File tree

6 files changed

+8
-3
lines changed

6 files changed

+8
-3
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
// REQUIRES-INTEL-DRIVER: lin: 27501, win: 101.4943
1212

1313
// XFAIL: !igc-dev
14+
// XFAIL-TRACKER: GSD-6376
1415

1516
// RUN: %{build} -o %t.out
1617
// RUN: %{run} %t.out

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@
1212

1313
// RUN: %{build} -D__SPIRV_USE_COOPERATIVE_MATRIX -o %t.out
1414
// RUN: %{run} %t.out
15+
1516
// XFAIL: cpu || !igc-dev
17+
// XFAIL-TRACKER: GSD-6376
1618

1719
#include "../../common.hpp"
1820

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
// RUN: %{run} %t.out
1212

1313
// XFAIL: cpu || !igc-dev
14+
// XFAIL-TRACKER: GSD-6376
1415

1516
#include "../common.hpp"
1617
#include "../get_coordinate_ops_impl.hpp"

sycl/test-e2e/Matrix/get_coordinate_ops.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
// REQUIRES: aspect-ext_intel_matrix
99

1010
// XFAIL: !igc-dev
11+
// XFAIL-TRACKER: GSD-6376
1112

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

sycl/test-e2e/Matrix/get_coordinate_ops_impl.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,8 @@ 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 row
140-
// coordinate bug is pull downed to the driver.
139+
// This condition check can be removed once the IGC PR resolving the Matrix B
140+
// row coordinate bug is pull downed to the driver.
141141
if (Use != use::b) {
142142
for (int i = 0; i < Rows; i++) {
143143
for (int j = 0; j < Cols; j++) {

sycl/test/e2e_test_requirements/no-unsupported-without-info.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
// tests to match the required format and in that case you should just update
5555
// (i.e. reduce) the number and the list below.
5656
//
57-
// NUMBER-OF-UNSUPPORTED-WITHOUT-INFO: 379
57+
// NUMBER-OF-UNSUPPORTED-WITHOUT-INFO: 380
5858
//
5959
// List of improperly UNSUPPORTED tests.
6060
// Remove the CHECK once the test has been properly UNSUPPORTED.

0 commit comments

Comments
 (0)