Developer Guide
FPGA Optimization Guide for Intel® oneAPI Toolkits
A newer version of this document is available. Customers should click here to go to the newest version.
Visible to Intel only — GUID: GUID-30466C19-5A39-4247-8C15-36F3F9DC34EB
Visible to Intel only — GUID: GUID-30466C19-5A39-4247-8C15-36F3F9DC34EB
Single Work-item Kernels
When a kernel describes a single work item, the SYCL* host can execute the kernel as a single task. The SYCL* specification version 1.2.1 describes this mode of operation as task-parallel programming. A task is equivalent to a kernel executed with one workgroup that contains one work item. For more information, refer to Concepts of Hardware Design and Mapping Parallelism Models to Hardware.