Visible to Intel only — GUID: GUID-7475CB1A-F224-48D0-A44D-2A2539EE34F6
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