Skip to content

Commit

Permalink
Minor
Browse files Browse the repository at this point in the history
  • Loading branch information
WeiqunZhang committed Sep 21, 2024
1 parent a061eb0 commit 95449d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Tests/GPU/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ To compile,
make -j8 USE_CUDA=TRUE [CUDA_ARCH=70]
```

If `CUDA_ARCH` is not set, the default is 70.
If `CUDA_ARCH` is not set, the default is `70`.

## AMD GPU

Expand Down Expand Up @@ -36,7 +36,7 @@ To compile,
make -j8 USE_CPU=TRUE [COMP=gcc]
```

If `COMP` is not set, the default is gcc. Currently available options are
If `COMP` is not set, the default is `gcc`. Currently available options are
`gcc`, `clang`, and `intel`. If one needs to specify the path to the
compiler, below is an example.

Expand Down

0 comments on commit 95449d3

Please sign in to comment.