Versionen im Vergleich

Schlüssel

  • Diese Zeile wurde hinzugefügt.
  • Diese Zeile wurde entfernt.
  • Formatierung wurde geändert.

...

  1. 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) and ifx (Fortran compiler) which is available in intel/... environment modules.
    Intel provides a an OpenMP Offloading Tuning Guide.

  2. SYCL for C++, i.e. in a data-parallel and explicit fashion. Similar to CUDA but open and cross-platform. See SYCL for more details and code examples.

...