⚠ This page is served via a proxy. Original site: https://github.com
This service does not collect credentials or authentication data.
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