Skip to content

Commit

Permalink
Fix copy-paste typo
Browse files Browse the repository at this point in the history
  • Loading branch information
luraess authored and lcw committed Dec 12, 2024
1 parent 74ffef2 commit 7c4b0bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/knownissues.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ Make sure to:
```
julia --project -e 'using Pkg; Pkg.add(["AMDGPU", "MPIPreferences", "MPI"]); using MPIPreferences; MPIPreferences.use_system_binary()'
```
- Then in Julia, upon loading MPI and CUDA modules, you can check
- Then in Julia, upon loading MPI and AMDGPU modules, you can check
- AMDGPU version: `AMDGPU.versioninfo()`
- If MPI has ROCm: [`MPI.has_rocm()`](@ref)
- If you are using correct MPI implementation: `MPI.identify_implementation()`
Expand Down

0 comments on commit 7c4b0bf

Please sign in to comment.