Skip to content

Commit 761f6c3

Browse files
committed
Handle HIP failures
These tests were disabled/updated in 67a3806
1 parent e028803 commit 761f6c3

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

sycl/test-e2e/KernelCompiler/kernel_compiler_spirv.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88

99
// REQUIRES: ocloc
1010

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+
1114
// RUN: %{build} -o %t.out
1215
// RUN: %{run} %t.out %S/Kernels/kernels.spv %S/Kernels/kernels_fp16.spv %S/Kernels/kernels_fp64.spv
1316

sycl/test-e2e/Regression/device_num.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// UNSUPPORTED: any-device-is-hip
2+
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/16805
3+
14
// RUN: %{build} -o %t.out
25
// RUN: env PRINT_FULL_DEVICE_INFO=1 %{run-unfiltered-devices} %t.out > %t1.conf
36
// RUN: env ONEAPI_DEVICE_SELECTOR="*:0" env TEST_DEV_CONFIG_FILE_NAME=%t1.conf %{run-unfiltered-devices} %t.out

0 commit comments

Comments
 (0)