From 67e3ed6d4bde7e4976335c72453045375ae7a76e Mon Sep 17 00:00:00 2001 From: Vlad Romanov Date: Fri, 25 Sep 2020 19:24:17 +0300 Subject: [PATCH] [NFC][LIT] Temporary disable function pointers as they hang on L0 --- sycl/test/function-pointers/fp-as-kernel-arg.cpp | 3 ++- sycl/test/function-pointers/pass-fp-through-buffer.cpp | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/sycl/test/function-pointers/fp-as-kernel-arg.cpp b/sycl/test/function-pointers/fp-as-kernel-arg.cpp index 0c34ccc5cc607..dfd8ba1ffb0e0 100644 --- a/sycl/test/function-pointers/fp-as-kernel-arg.cpp +++ b/sycl/test/function-pointers/fp-as-kernel-arg.cpp @@ -1,6 +1,7 @@ // UNSUPPORTED: windows -// UNSUPPORTED: cuda +// UNSUPPORTED: cuda || level_zero // CUDA does not support the function pointer as kernel argument extension. +// Hangs on level zero // RUN: %clangxx -Xclang -fsycl-allow-func-ptr -std=c++14 -fsycl %s -o %t.out // RUN: env SYCL_DEVICE_TYPE=HOST %t.out diff --git a/sycl/test/function-pointers/pass-fp-through-buffer.cpp b/sycl/test/function-pointers/pass-fp-through-buffer.cpp index 26685ec11a794..65b0c7ec6d760 100644 --- a/sycl/test/function-pointers/pass-fp-through-buffer.cpp +++ b/sycl/test/function-pointers/pass-fp-through-buffer.cpp @@ -1,6 +1,7 @@ // UNSUPPORTED: windows -// UNSUPPORTED: cuda +// UNSUPPORTED: cuda || level_zero // CUDA does not support the function pointer as kernel argument extension. +// Hangs on level zero // RUN: %clangxx -Xclang -fsycl-allow-func-ptr -std=c++14 -fsycl %s -o %t.out // RUN: env SYCL_DEVICE_TYPE=HOST %t.out