Skip to content

Commit 7f465fc

Browse files
[SYCL][E2E] Update get_coordinate tests to verify both row and columns (#15880)
Improving Test Coverage and Cleanliness: - Implement validation for the `get_coordinate` function to check both row and column indices for all matrix types in `get_coordinate_ops.cpp`. - Remove the original tests: `get_coord_int8_matA.cpp`, `get_coord_int8_matB.cpp`, and `get_coord_float_matC.cpp`. These tests have been consolidated and are now included in `get_coordinate_ops.cpp`.
1 parent 0181367 commit 7f465fc

11 files changed

+240
-597
lines changed

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

Lines changed: 0 additions & 20 deletions
This file was deleted.

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

Lines changed: 0 additions & 20 deletions
This file was deleted.

sycl/test-e2e/Matrix/SG32/get_coord_int8_matB.cpp renamed to sycl/test-e2e/Matrix/SG32/get_coordinate_ops.cpp

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//==----------- get_coord_int8_matB.cpp - DPC++ joint_matrix---------==//
1+
//==----------- get_coordinate_ops.cpp - DPC++ joint_matrix---------==//
22
//
33
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
44
// See https://llvm.org/LICENSE.txt for license information.
@@ -10,11 +10,14 @@
1010
// REQUIRES: aspect-ext_intel_matrix
1111
// REQUIRES-INTEL-DRIVER: lin: 30049, win: 101.4943
1212

13+
// XFAIL: !igc-dev
14+
// XFAIL-TRACKER: GSD-6376
15+
1316
// RUN: %{build} -o %t.out
1417
// RUN: %{run} %t.out
1518

1619
#include "../common.hpp"
1720

1821
#define SG_SZ 32
1922

20-
#include "../get_coord_int8_matB_impl.hpp"
23+
#include "../get_coordinate_ops_impl.hpp"

sycl/test-e2e/Matrix/get_coord_float_matC.cpp

Lines changed: 0 additions & 14 deletions
This file was deleted.

sycl/test-e2e/Matrix/get_coord_float_matC_impl.hpp

Lines changed: 0 additions & 130 deletions
This file was deleted.

sycl/test-e2e/Matrix/get_coord_int8_matA.cpp

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)