Visible to Intel only — GUID: GUID-EE29D9A7-A8A7-431C-A20A-9880EC98CE67
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