Skip to content

Commit

Permalink
Merge pull request #340 from merzlab/agoetz-update-CMake-user-info-ad…
Browse files Browse the repository at this point in the history
…alovelace

Update CMake-Options.md
  • Loading branch information
Madu86 authored Mar 13, 2024
2 parents 59ba8e3 + 6c8caa6 commit 77cbb35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMake-Options.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ These options allow you do adjust this behavior.
By default QUICK will only build the serial version. This can be changed with these options:
- `-DMPI=TRUE`: Also build MPI versions of all programs.
- `-DCUDA=TRUE`: Also build CUDA versions of all programs. If both MPI and CUDA are active at the same time, CUDA MPI versions will additionally be built.
- `-DQUICK_USER_ARCH=<kepler|maxwell|pascal|volta|turing|ampere>`: Build CUDA code only for the given architecture. If not provided, quick will compile for all supported architectures in your CUDA version.
- `-DQUICK_USER_ARCH=<kepler|maxwell|pascal|volta|turing|ampere|adalovelace>`: Build CUDA code only for the given architecture. If not provided, quick will compile for all supported architectures in your CUDA version.
- `-DQUICK_VERBOSE_PTXAS=TRUE`: Pass -v flag to ptxas to dump details about compiled functions in CUDA code.

0 comments on commit 77cbb35

Please sign in to comment.