Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions content/8-portable-kernel-models.rst
Original file line number Diff line number Diff line change
Expand Up @@ -578,8 +578,9 @@ To load the environment for using the AMD GPUs on LUMI with HIP, one can use the
$ module load buildtools/24.03
$ module load PrgEnv-amd
$ module load craype-accel-amd-gfx90a
$ export CXX=hipcc



alpaka Programming
~~~~~~~~~~~~~~~~~~

Expand Down Expand Up @@ -753,7 +754,7 @@ The following example works on systems with CMake 3.25+ and an appropriate C++ c

.. code-block:: bash

cmake -B build -S .
cmake -B build -S . -Dalpaka_DEP_HIP=ON
cmake --build build --parallel

5. Run the executable:
Expand Down