Skip to content

Compute Group Handler

Wei, Jimmy T edited this page Mar 10, 2023 · 1 revision

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) {
Clone this wiki locally