Skip to content
This repository was archived by the owner on Mar 28, 2023. It is now read-only.

Commit cb4fea5

Browse files
[SYCL] Disable failing SYCL/Assert tests on HIP (#1441)
intel/llvm#7634
1 parent d69c64d commit cb4fea5

5 files changed

+19
-1
lines changed

SYCL/Assert/assert_in_kernels.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
// REQUIRES: linux
2+
3+
// https://github.com/intel/llvm/issues/7634
4+
// UNSUPPORTED: hip
5+
26
// RUN: %clangxx -DSYCL_FALLBACK_ASSERT=1 -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
37
// RUN: %CPU_RUN_PLACEHOLDER %t.out &> %t.cpu.txt || true
48
// RUN: %CPU_RUN_PLACEHOLDER FileCheck %s --input-file %t.cpu.txt

SYCL/Assert/assert_in_multiple_tus.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
// REQUIRES: linux
2+
3+
// https://github.com/intel/llvm/issues/7634
4+
// UNSUPPORTED: hip
5+
26
// RUN: %clangxx -DSYCL_FALLBACK_ASSERT=1 -fsycl -fsycl-targets=%sycl_triple -I %S/Inputs %s %S/Inputs/kernels_in_file2.cpp -o %t.out
37
// RUN: %CPU_RUN_PLACEHOLDER %t.out &> %t.cpu.txt || true
48
// RUN: %CPU_RUN_PLACEHOLDER FileCheck %s --input-file %t.cpu.txt

SYCL/Assert/assert_in_multiple_tus_one_ndebug.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
// REQUIRES: linux
2+
3+
// https://github.com/intel/llvm/issues/7634
4+
// UNSUPPORTED: hip
5+
26
// RUN: %clangxx -DSYCL_FALLBACK_ASSERT=1 -fsycl -fsycl-targets=%sycl_triple -DDEFINE_NDEBUG_INFILE2 -I %S/Inputs %S/assert_in_multiple_tus.cpp %S/Inputs/kernels_in_file2.cpp -o %t.out
37
// RUN: %CPU_RUN_PLACEHOLDER %t.out &> %t.cpu.txt || true
48
// RUN: %CPU_RUN_PLACEHOLDER FileCheck %s --input-file %t.cpu.txt

SYCL/Assert/assert_in_one_kernel.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
// REQUIRES: linux
2+
3+
// https://github.com/intel/llvm/issues/7634
4+
// UNSUPPORTED: hip
5+
26
// RUN: %clangxx -DSYCL_FALLBACK_ASSERT=1 -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
37
// RUN: %CPU_RUN_PLACEHOLDER %t.out &> %t.cpu.txt || true
48
// RUN: %CPU_RUN_PLACEHOLDER FileCheck %s --input-file %t.cpu.txt

SYCL/Assert/assert_in_simultaneously_multiple_tus_one_ndebug.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
// FIXME flaky fail on CUDA
2-
// UNSUPPORTED: cuda
2+
// FIXME HIP: https://github.com/intel/llvm/issues/7634
3+
// UNSUPPORTED: cuda, hip
4+
35
// RUN: %clangxx -DSYCL_FALLBACK_ASSERT=1 -fsycl -fsycl-targets=%sycl_triple -DDEFINE_NDEBUG_INFILE2 -I %S/Inputs %S/assert_in_simultaneously_multiple_tus.cpp %S/Inputs/kernels_in_file2.cpp -o %t.out %threads_lib
46
// RUN: %CPU_RUN_PLACEHOLDER %t.out &> %t.cpu.txt || true
57
// RUN: %CPU_RUN_PLACEHOLDER FileCheck %s --input-file %t.cpu.txt

0 commit comments

Comments
 (0)