SYCL Updates, master branch (2020.08.14.)
- Aug 14, 2020
-
-
Attila Krasznahorkay authored
Just like CUDA, SYCL also can't handle function multi-versioning. Note also that it's not enough to just hide multi-versioned functions from the device code build, the host code can't handle it in "SYCL builds" either.
580d365c -
Attila Krasznahorkay authored
The Intel Clang compiler printed a warning every time it encountered the SG::DataBucket destructor. This change in the source code silences that warning.
8c6f919a
-