Intel® FPGA SDK for OpenCL™ Pro Edition: Best Practices Guide
A newer version of this document is available. Customers should click here to go to the newest version.
Visible to Intel only — GUID: mwh1391807512554
Ixiasoft
Visible to Intel only — GUID: mwh1391807512554
Ixiasoft
8.3. Performing Kernel Computations Using Constant, Local or Private Memory
To minimize global memory accesses, you must first preload data from a group of computations from global memory to constant, local, or private memory. You perform the kernel computations on the preloaded data, and then write the results back to global memory.