Skip to content

Commit d384295

Browse files
authored
[NFC][LIT] Temporary disable function pointers as they hang on L0 (#2544)
It seems LIT tests for function pointers hangs on L0. Root cause is not clear, I suggest disabling them to stabilize pre-commits. Re-run pre-commit on linux ~5 times, all were successful.
1 parent 93a2977 commit d384295

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

sycl/test/function-pointers/fp-as-kernel-arg.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// UNSUPPORTED: windows
2-
// UNSUPPORTED: cuda
2+
// UNSUPPORTED: cuda || level_zero
33
// CUDA does not support the function pointer as kernel argument extension.
4+
// Hangs on level zero
45

56
// RUN: %clangxx -Xclang -fsycl-allow-func-ptr -std=c++14 -fsycl %s -o %t.out
67
// RUN: env SYCL_DEVICE_TYPE=HOST %t.out

sycl/test/function-pointers/pass-fp-through-buffer.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// UNSUPPORTED: windows
2-
// UNSUPPORTED: cuda
2+
// UNSUPPORTED: cuda || level_zero
33
// CUDA does not support the function pointer as kernel argument extension.
4+
// Hangs on level zero
45

56
// RUN: %clangxx -Xclang -fsycl-allow-func-ptr -std=c++14 -fsycl %s -o %t.out
67
// RUN: env SYCL_DEVICE_TYPE=HOST %t.out

0 commit comments

Comments
 (0)