Skip to content

Commit 576ea2d

Browse files
author
Alexander Batashev
committed
fix test
1 parent 07b75a9 commit 576ea2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/test/CodeGenSYCL/parallel_for_this_item.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ int main() {
227227
cgh.parallel_for<class RAT>(range<1>(1), [=](id<1> I) { f(); });
228228

229229
// This kernel calls sycl::ext::oneapi::experimental::this_item
230-
cgh.parallel_for<class CAT>(range<1>(1), [=](id<1> I) { s(); });
230+
cgh.parallel_for<class CAT>(range<1>(1), [=](id<1> I) { h(); });
231231

232232
// This kernel does not call sycl::this_item, but does call this_id
233233
cgh.parallel_for<class FOX>(range<1>(1), [=](id<1> I) { this_id<1>(); });

0 commit comments

Comments
 (0)