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 07b75a9 commit 576ea2dCopy full SHA for 576ea2d
clang/test/CodeGenSYCL/parallel_for_this_item.cpp
@@ -227,7 +227,7 @@ int main() {
227
cgh.parallel_for<class RAT>(range<1>(1), [=](id<1> I) { f(); });
228
229
// This kernel calls sycl::ext::oneapi::experimental::this_item
230
- cgh.parallel_for<class CAT>(range<1>(1), [=](id<1> I) { s(); });
+ cgh.parallel_for<class CAT>(range<1>(1), [=](id<1> I) { h(); });
231
232
// This kernel does not call sycl::this_item, but does call this_id
233
cgh.parallel_for<class FOX>(range<1>(1), [=](id<1> I) { this_id<1>(); });
0 commit comments