Slawomir Ptak
Slawomir Ptak
Update the KernelArgsTest.KernelCopy unit test to use urEnqueueKernelLaunchWithArgsExp instead of urKernelSetArgValue.
Extend the handler-less kernel submission path to sycl::range based functions. This includes: 1. A refactor of range rounding utility functions, so they can be shared between a handler and a...
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.