Skip to content

Commit c998785

Browse files
committed
XFAIL CUDA
1 parent 0b2635c commit c998785

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

sycl/test/basic_tests/image/image_sample.cpp

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
22
// RUN: %CPU_RUN_PLACEHOLDER %t.out
33
// RUN: %GPU_RUN_PLACEHOLDER %t.out
4-
// XFAIL: level0
5-
// "die: piextKernelSetArgSampler: not implemented"
4+
// XFAIL: cuda
5+
6+
/*
7+
XFAIL CUDA due to driver bug.
8+
Newer CUDA drivers cannot build valid programs here, failing with CUDA_ERROR_NOT_FOUND.
9+
*/
610

711
#include <CL/sycl.hpp>
812

0 commit comments

Comments
 (0)