Skip to content

Commit 45dcd20

Browse files
committed
Responded to reviews
Signed-off-by: Zahira Ammarguellat <zahira.ammarguellat@intel.com>
1 parent c332316 commit 45dcd20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/test/SemaSYCL/esimd-special-class.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ void test() {
1616
cl::sycl::sampler Smplr;
1717
cl::sycl::stream Stream(1024, 128, h);
1818
// expected-note@+1{{in instantiation of function template specialization}}
19-
h.single_task<class esimd_kernel>(
19+
h.single_task<class SamplerTester>(
2020
// expected-error@+1{{type 'sampler' is not supported in 'esimd' context}}
2121
[=]() [[intel::sycl_explicit_simd]] { Smplr.use(); });
2222

0 commit comments

Comments
 (0)