llvm icon indicating copy to clipboard operation
llvm copied to clipboard

[SYCL] Change KernelType definition to use std::decay_t

Open slawekptak opened this issue 1 month ago • 0 comments

Change the way KernelType is defined, so the const and reference declarations are removed. Also, use std::decay_t and/or detail::nth_type_t where applicable.

slawekptak avatar Nov 25 '25 13:11 slawekptak