Skip to content

Commit

Permalink
CLOUDSC (GPU) mix variants: add entry in README
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelSt98 committed Nov 6, 2024
1 parent 4158302 commit a6b5832
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,13 @@ Balthasar Reuter ([email protected])
using CUDA-Fortran (CUF). To enable this variant,
a suitable CUDA installation is required and the `--with-cuda` flag
needs to be passed at the build stage.
- **dwarf-cloudsc-mix**: GPU-enabled SCC-K-CACHING with data
offload via *OpenMP*/*OpenACC* (specify via
`--cloudsc-gpu-offload=OMP|ACC`, default: `ACC`) and a low-level C-style kernel
implementation via *CUDA*/*HIP*/*SYCL* (specify via
`--cloudsc-gpu-lang=CUDA|HIP|SYCL`, default: `CUDA`). The implementation
consists of a Fortran driver, C-binding/interface and low-level C-style kernel
implementation. To enable this variant, use `--with-mix`.
- **CUDA C prototypes**: To enable these variants, a suitable
CUDA installation is required and the `--with-cuda` flag needs
to be pased at the build stage.
Expand Down

0 comments on commit a6b5832

Please sign in to comment.