DPC++ daily 2021-12-13
Pre-release
Pre-release
bb-sycl
released this
13 Dec 19:31
·
128046 commits
to sycl
since this release
[SYCL] Remove unnecessary template parameter (#5127) Replacing unnecessary KernelName parameter with a bool value that is actually used in `HostKernel` class reduces the number of instantiated templates and may improve host-side frontend time by ~9%.