Skip to content

Commit 7c4b0bf

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/src/knownissues.md

Lines changed: 1 addition & 1 deletion
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)