A newer version of this document is available. Customers should click here to go to the newest version.
Visible to Intel only — GUID: GUID-E5587F5D-25F1-47E6-AC94-99149A3AD9F9
Visible to Intel only — GUID: GUID-E5587F5D-25F1-47E6-AC94-99149A3AD9F9
Traditional CPU Flow
The traditional CPU workflow runs on the CPU without a runtime. The compilation flow is a standard compilation used when there is no offload to a device, like the one used for C, C++, or other languages.
Traditional workloads are compiled and run on host using the Traditional Compilation Flow (Host-only Application) process described in Compilation Flow Overview.
Example compilation command:
icpx -g -o matrix_mul_omp src/matrix_mul_omp.cpp