Closed illuhad closed 2 years ago
SYCL 2020 does not allow mutable kernels, so InitializationDummyKernel::operator() must be const. Otherwise e.g. DPC++ cannot compile SYCL-Bench.
SYCL 2020 does not allow mutable kernels, so InitializationDummyKernel::operator() must be const. Otherwise e.g. DPC++ cannot compile SYCL-Bench.