C: compiled with icx.exe for iris xe (spir64) ; target device is not being used
Summary The offload region compiled with icx.exe never executed on the Intel Iris Xe GPU because the program lacked the required OpenMP target mapping, device‑side compilation, and supported constructs for Intel GPU offloading. As a result, the runtime silently fell back to CPU execution, which is the default behavior when offloading cannot occur. Root Cause … Read more