Skip to content

Commit c9eb5de

Browse files
committed
Merge branch 'sycl' into e2e-split-ci-testing
2 parents 35f8e08 + 4fd899a commit c9eb5de

File tree

10 files changed

+7
-19
lines changed

10 files changed

+7
-19
lines changed

sycl/test-e2e/Basic/build_log.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// REQUIRES: opencl || level_zero, gpu, ocloc
2-
// UNSUPPORTED: gpu-intel-dg1
2+
// UNSUPPORTED: arch-intel_gpu_dg1
33
//
44
// RUN: %clangxx -fsycl -fsycl-targets=spir64_gen -Xsycl-target-backend=spir64_gen "-device dg1" %s -o %t.out
55
// RUN: env SYCL_RT_WARNING_LEVEL=2 %{run} %t.out 2>&1 | FileCheck %s

sycl/test-e2e/Basic/query.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// RUN: %{build} -o %t.out
22
// RUN: %{run-unfiltered-devices} env ONEAPI_DEVICE_SELECTOR="*:gpu" %t.out
33

4-
// REQUIRES: gpu-intel-dg1
4+
// REQUIRES: arch-intel_gpu_dg1
55
#include "query.hpp"

sycl/test-e2e/ESIMD/dp4a.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
//
77
//===----------------------------------------------------------------------===//
88
// TODO enable on Windows
9-
// REQUIRES: linux && gpu-intel-dg1
9+
// REQUIRES: linux && arch-intel_gpu_dg1
1010
// RUN: %{build} -o %t.out
1111
// RUN: %{run} %t.out
1212

sycl/test-e2e/InvokeSimd/Regression/ImplicitSubgroup/dp4a.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// REQUIRES: gpu-intel-dg1 || gpu-intel-dg2 || arch-intel_gpu_pvc
1+
// REQUIRES: arch-intel_gpu_dg1 || gpu-intel-dg2 || arch-intel_gpu_pvc
22
//
33
// Check that full compilation works:
44
// RUN: %clangxx -DIMPL_SUBGROUP -fsycl -fno-sycl-device-code-split-esimd -Xclang -fsycl-allow-func-ptr %S/../dp4a.cpp -o %t.out

sycl/test-e2e/InvokeSimd/Regression/dp4a.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// REQUIRES: gpu-intel-dg1 || gpu-intel-dg2 || arch-intel_gpu_pvc
1+
// REQUIRES: arch-intel_gpu_dg1 || gpu-intel-dg2 || arch-intel_gpu_pvc
22
//
33
// Check that full compilation works:
44
// RUN: %{build} -fno-sycl-device-code-split-esimd -Xclang -fsycl-allow-func-ptr -o %t.out

sycl/test-e2e/Matrix/get_coordinate_ops.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@
66
//
77
//===----------------------------------------------------------------------===//
88
// REQUIRES: aspect-ext_intel_matrix
9-
10-
// XFAIL: !igc-dev && run-mode
11-
// XFAIL-TRACKER: GSD-6376
129
// REQUIRES-INTEL-DRIVER: lin: 30049
1310

1411
// RUN: %{build} -o %t.out

sycl/test-e2e/OptionalKernelFeatures/fp64-conv-emu-1.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
// UNSUPPORTED: cuda, hip
1818
// UNSUPPORTED-REASON: FP64 emulation is an Intel specific feature.
1919

20-
// RUN: %clangxx -fsycl -fsycl-targets=intel_gpu_dg2_g10,intel_gpu_dg2_g11,intel_gpu_dg2_g12,intel_gpu_pvc,intel_gpu_mtl_h,intel_gpu_mtl_u -fsycl-fp64-conv-emu -O0 %s -o %t.out
20+
// RUN: %clangxx -fsycl -fsycl-targets=intel_gpu_dg2_g10,intel_gpu_dg2_g11,intel_gpu_dg2_g12,intel_gpu_pvc,intel_gpu_mtl_h,intel_gpu_mtl_u -fsycl-fp64-conv-emu %O0 %s -o %t.out
2121
// RUN: %{run} %t.out
2222

2323
// Tests that aspect::fp64 is not emitted correctly when -fsycl-fp64-conv-emu

sycl/test-e2e/OptionalKernelFeatures/fp64-conv-emu-2.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
// UNSUPPORTED: cuda, hip
2121
// UNSUPPORTED-REASON: FP64 emulation is an Intel specific feature.
2222

23-
// RUN: %clangxx -fsycl -fsycl-targets=intel_gpu_dg2_g10,intel_gpu_dg2_g11,intel_gpu_dg2_g12,intel_gpu_pvc,intel_gpu_mtl_h,intel_gpu_mtl_u -fsycl-fp64-conv-emu -O0 %s -o %t.out
23+
// RUN: %clangxx -fsycl -fsycl-targets=intel_gpu_dg2_g10,intel_gpu_dg2_g11,intel_gpu_dg2_g12,intel_gpu_pvc,intel_gpu_mtl_h,intel_gpu_mtl_u -fsycl-fp64-conv-emu %O0 %s -o %t.out
2424
// RUN: %{run} %t.out
2525

2626
#include <sycl/detail/core.hpp>

sycl/test-e2e/README.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,6 @@ place. No new tests should use these features:
242242

243243
* **gpu-intel-gen11** - Intel GPU Gen11 availability;
244244
* **gpu-intel-gen12** - Intel GPU Gen12 availability;
245-
* **gpu-intel-dg1** - Intel GPU DG1 availability;
246245
* **gpu-intel-dg2** - Intel GPU DG2 availability;
247246
* **gpu-intel-pvc** - Intel GPU PVC availability;
248247
* **gpu-intel-pvc-vg** - Intel GPU PVC-VG availability;
@@ -268,12 +267,6 @@ configure specific single test execution in the command line:
268267
* **gpu_aot_target_opts** - defines additional options which are passed to AOT
269268
compilation command line for GPU device. It can be also set by CMake variable
270269
GPU_AOT_TARGET_OPTS. If not specified "-device *" value is used.
271-
* **gpu-intel-dg1** - tells LIT infra that Intel GPU DG1 is present in the
272-
system. It is developer / CI infra responsibility to make sure that the
273-
device is available in the system. Tests requiring DG1 to run must use proper
274-
device selector to ensure that. Use SYCL_DEVICE_ALLOWLIST or
275-
ONEAPI_DEVICE_SELECTOR to get proper configuration (see
276-
[EnvironmentVariables.md](https://github.com/intel/llvm/blob/sycl/sycl/doc/EnvironmentVariables.md));
277270
* **gpu-intel-dg2** - tells LIT infra that Intel GPU DG2 is present in the
278271
system. It is developer / CI infra responsibility to make sure that the
279272
device is available in the system.

sycl/test-e2e/lit.cfg.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,8 +168,6 @@
168168
config.available_features.add("gpu-intel-gen12")
169169

170170
# Intel GPU DEVICE availability
171-
if lit_config.params.get("gpu-intel-dg1", False):
172-
config.available_features.add("gpu-intel-dg1")
173171
if lit_config.params.get("gpu-intel-dg2", False):
174172
config.available_features.add("gpu-intel-dg2")
175173
if lit_config.params.get("gpu-intel-pvc-vg", False):

0 commit comments

Comments
 (0)