We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e028803 commit 761f6c3Copy full SHA for 761f6c3
sycl/test-e2e/KernelCompiler/kernel_compiler_spirv.cpp
@@ -8,6 +8,9 @@
8
9
// REQUIRES: ocloc
10
11
+// UNSUPPORTED: any-device-is-hip
12
+// UNSUPPORTED-INTENDED: sycl-rel-6_1_0 doesn't support "target-spir" requirement, so just disabling on HIP.
13
+
14
// RUN: %{build} -o %t.out
15
// RUN: %{run} %t.out %S/Kernels/kernels.spv %S/Kernels/kernels_fp16.spv %S/Kernels/kernels_fp64.spv
16
sycl/test-e2e/Regression/device_num.cpp
@@ -1,3 +1,6 @@
1
2
+// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/16805
3
4
5
// RUN: env PRINT_FULL_DEVICE_INFO=1 %{run-unfiltered-devices} %t.out > %t1.conf
6
// RUN: env ONEAPI_DEVICE_SELECTOR="*:0" env TEST_DEV_CONFIG_FILE_NAME=%t1.conf %{run-unfiltered-devices} %t.out
0 commit comments