File tree Expand file tree Collapse file tree 7 files changed +5
-14
lines changed Expand file tree Collapse file tree 7 files changed +5
-14
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff line change 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" )
173171if lit_config .params .get ("gpu-intel-dg2" , False ):
174172 config .available_features .add ("gpu-intel-dg2" )
175173if lit_config .params .get ("gpu-intel-pvc-vg" , False ):
You can’t perform that action at this time.
0 commit comments