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 c332316 commit 45dcd20Copy full SHA for 45dcd20
clang/test/SemaSYCL/esimd-special-class.cpp
@@ -16,7 +16,7 @@ void test() {
16
cl::sycl::sampler Smplr;
17
cl::sycl::stream Stream(1024, 128, h);
18
// expected-note@+1{{in instantiation of function template specialization}}
19
- h.single_task<class esimd_kernel>(
+ h.single_task<class SamplerTester>(
20
// expected-error@+1{{type 'sampler' is not supported in 'esimd' context}}
21
[=]() [[intel::sycl_explicit_simd]] { Smplr.use(); });
22
0 commit comments