We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1f11cc commit db321e2Copy full SHA for db321e2
clang/test/Misc/nvptx.languageOptsOpenCL.cl
@@ -30,7 +30,6 @@
30
// #error "Incorrect cl_khr_fp16 define"
31
// #endif
32
#pragma OPENCL EXTENSION cl_khr_fp16 : enable
33
-// expected warning@-1{{unsupported OpenCL extension 'cl_khr_fp16' - ignoring}}
34
35
// TODO: Temporarily disabling the following two tests as a work around for the
36
// SYCL codepath until the cl_khr_int64_base_atomics and
@@ -127,7 +126,6 @@
127
126
// #error "Incorrect cl_khr_3d_image_writes define"
128
129
#pragma OPENCL EXTENSION cl_khr_3d_image_writes : enable
130
-// expected warning@-1{{unsupported OpenCL extension 'cl_khr_3d_image_writes' - ignoring}}
131
132
#ifdef cl_khr_gl_event
133
#error "Incorrect cl_khr_gl_event define"
0 commit comments