...
OpenMP offloading in C/C++ and Fortran, i.e. with the help of compiler directives and a supporting compiler, e.g. Intel’s
icpx
(C/C++ compiler) andifx
(Fortran compiler) which is available inintel/...
environment modules.SYCL for C++, i.e. in a data-parallel and explicit fashion. Similar to CUDA but open and cross-platform. See PVC SYCL for more details and code snippetsexamples.
Please refer to the oneAPI Programming Guide for further details about programming. Contact NHR@ZIB support to get assistance on getting your application run on Intel GPUs
...