Developer Guide

Intel® oneAPI DPC++/C++ Compiler Handbook for FPGAs

ID 785441
Date 6/24/2024
Public
Document Table of Contents

Omit Hardware that Supports Global Work Offsets (no_global_work_offset)

The [[intel::no_global_work_offset(1)]] kernel attribute instructs the Intel® oneAPI DPC++/C++ Compiler to omit generating hardware required to support global work offsets. This may improve area and/or throughput for all device kernels that are invoked using parallel_for without the workItemOffset parameter and that do not use ndrange objects with offsets.