Compute Group Handler - jimmytwei/oneAPI-samples GitHub Wiki
Compute Group Handler
- Prefer using auto reference for compute group handler.
- Verbose SYCL style:
submit([&](cl::sycl::handler &h) {
- Simplified DPC++ style (-std=c++17):
submit([&](auto &h) {