We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a401090 commit 9bb9bcdCopy full SHA for 9bb9bcd
sycl/include/CL/sycl/handler.hpp
@@ -807,9 +807,9 @@ class __SYCL_EXPORT handler {
807
using NameWT = typename detail::get_kernel_wrapper_name_t<NameT>::name;
808
809
(void)kernel_parallel_for_wrapper_instantiator<NameWT, TransformedArgType,
810
- WrapperTy>::value;
+ WrapperTy>::value;
811
(void)kernel_parallel_for_wrapper_instantiator<NameT, TransformedArgType,
812
- KernelType>::value;
+ KernelType>::value;
813
814
using KI = detail::KernelInfo<KernelName>;
815
bool DisableRounding =
0 commit comments