Skip to content

Commit 7c4b0bf

Browse files
luraesslcw
authored andcommitted
Fix copy-paste typo
1 parent 74ffef2 commit 7c4b0bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/knownissues.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ Make sure to:
195195
```
196196
julia --project -e 'using Pkg; Pkg.add(["AMDGPU", "MPIPreferences", "MPI"]); using MPIPreferences; MPIPreferences.use_system_binary()'
197197
```
198-
- Then in Julia, upon loading MPI and CUDA modules, you can check
198+
- Then in Julia, upon loading MPI and AMDGPU modules, you can check
199199
- AMDGPU version: `AMDGPU.versioninfo()`
200200
- If MPI has ROCm: [`MPI.has_rocm()`](@ref)
201201
- If you are using correct MPI implementation: `MPI.identify_implementation()`

0 commit comments

Comments
 (0)