Skip to content

DPC++ daily 2021-12-13

Pre-release
Pre-release
Compare
Choose a tag to compare
@bb-sycl bb-sycl released this 13 Dec 19:31
· 128046 commits to sycl since this release
cabb43f
[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%.