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 637cde4 commit 92e16caCopy full SHA for 92e16ca
clang/test/SemaSYCL/esimd-special-class.cpp
@@ -15,7 +15,7 @@ void test() {
15
q.submit([&](handler &h) {
16
cl::sycl::sampler smplr;
17
cl::sycl::stream Stream(1024, 128, h);
18
- // expected-note@+1{{in instantiation of function template specialization}}
+ // expected-note@+1{{in instantiation of function template specialization}}
19
h.single_task<class esimd_kernel>(
20
// expected-error@+1{{type 'sampler' is not supported in 'esimd' context}}
21
[=]() [[intel::sycl_explicit_simd]] { smplr.use(); });
0 commit comments