Skip to content

Commit

Permalink
XFAIL CUDA
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalloc committed Jul 14, 2020
1 parent 0b2635c commit c998785
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions sycl/test/basic_tests/image/image_sample.cpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
// RUN: %CPU_RUN_PLACEHOLDER %t.out
// RUN: %GPU_RUN_PLACEHOLDER %t.out
// XFAIL: level0
// "die: piextKernelSetArgSampler: not implemented"
// XFAIL: cuda

/*
XFAIL CUDA due to driver bug.
Newer CUDA drivers cannot build valid programs here, failing with CUDA_ERROR_NOT_FOUND.
*/

#include <CL/sycl.hpp>

Expand Down

0 comments on commit c998785

Please sign in to comment.