Visible to Intel only — GUID: GUID-677B2BAB-0235-4A65-A506-C3DD2290CF7D
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