Visible to Intel only — GUID: GUID-D046DE56-3768-44E1-ADD7-E219D977C955
Visible to Intel only — GUID: GUID-D046DE56-3768-44E1-ADD7-E219D977C955
Single-Cycle Floating-Point Accumulator for Single Work-Item Kernels
Single work-item kernels that perform accumulation in a loop can leverage the single-cycle floating-point accumulator feature of the Intel® oneAPI DPC++/C++ Compiler. The compiler searches for these kernel instances and attempts to map an accumulation that executes in a loop into the accumulator structure.
The compiler supports an accumulator that adds or subtracts a value. To leverage this feature, describe the accumulation in a way that allows the compiler to infer the accumulator, which must be part of a loop, must have an initial value of 0, and cannot be conditional.
The dedicated floating-point accumulator hardware is available only on Arria® 10 devices.