Skip to content

Commit 99acc18

Browse files
committed
Fix KERNEL in handler.hpp
1 parent ae8df6c commit 99acc18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/include/CL/sycl/handler.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -836,7 +836,7 @@ class __SYCL_EXPORT handler {
836836
MNDRDesc.set(std::move(AdjustedRange));
837837
StoreLambda<KName, decltype(Wrapper), Dims, TransformedArgType>(
838838
std::move(Wrapper));
839-
setType(detail::CG::KERNEL);
839+
setType(detail::CG::Kernel);
840840
#endif
841841
} else
842842
#endif // !__SYCL_DISABLE_PARALLEL_FOR_RANGE_ROUNDING__ && \

0 commit comments

Comments
 (0)