We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b2635c commit c998785Copy full SHA for c998785
sycl/test/basic_tests/image/image_sample.cpp
@@ -1,8 +1,12 @@
1
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
2
// RUN: %CPU_RUN_PLACEHOLDER %t.out
3
// RUN: %GPU_RUN_PLACEHOLDER %t.out
4
-// XFAIL: level0
5
-// "die: piextKernelSetArgSampler: not implemented"
+// XFAIL: cuda
+
6
+/*
7
+ XFAIL CUDA due to driver bug.
8
+ Newer CUDA drivers cannot build valid programs here, failing with CUDA_ERROR_NOT_FOUND.
9
+*/
10
11
#include <CL/sycl.hpp>
12
0 commit comments