Skip to content

Commit

Permalink
Update repl output in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
luraess committed Nov 24, 2023
1 parent 8da15f4 commit 703b36b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/src/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
### CPU tests

To run the FastIce test suite on the CPU, simple run `test` from within the package mode or using `Pkg`:
```julia-repl
```@repl
using Pkg
Pkg.test("FastIce")
```
Expand All @@ -16,14 +16,14 @@ To run the FastIce test suite on CUDA or ROC Backend (Nvidia or AMD GPUs), respe

#### For CUDA backend (Nvidia GPU):

```julia-repl
```@repl
using Pkg
Pkg.test("FastIce"; test_args=["--backend=CUDA"])
```

#### For ROC backend (AMD GPU):

```julia-repl
```@repl
using Pkg
Pkg.test("FastIce"; test_args=["--backend=AMDGPU"])
```

0 comments on commit 703b36b

Please sign in to comment.