Skip to content

Commit b3c6c0f

Browse files
[SYCL][E2E] XFAIL structs_with_special_types_as_kernel_paramters.cpp on CUDA (#20907)
This test started failing during compilation after #20824
1 parent 95b25e3 commit b3c6c0f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

sycl/test-e2e/FreeFunctionKernels/structs_with_special_types_as_kernel_paramters.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
// RUN: %{build} -o %t.out
22
// RUN: %{run} %t.out
33

4+
// XFAIL: target-nvidia
5+
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/20908
6+
47
// This test verifies whether struct that contains either sycl::local_accesor or
58
// sycl::accessor can be used with free function kernels extension.
69

0 commit comments

Comments
 (0)