Skip to content

Commit

Permalink
Fix typo in Spack docs and add missing packages to list (#406)
Browse files Browse the repository at this point in the history
* fix typo

* remove carriage return line endings

* add omnitrace and mlirmiopen

(cherry picked from commit 58c3bae)
  • Loading branch information
peterjunpark committed Jan 28, 2025
1 parent ff3b032 commit a13c09a
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions docs/how-to/spack.rst
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,11 @@ ROCm packages in Spack
- 5.5.0
- 6.3.1

* - Omnitrace
- ``omnitrace``
- rocm-6.2.0
- rocm-6.3.0

* - OpenCL
- ``rocm-opencl``
- 5.5.0
Expand Down Expand Up @@ -345,7 +350,7 @@ ROCm packages in Spack
- 6.3.1

* - rocSOLVER
- ``rocalution``
- ``rocsolver``
- 5.5.0
- 6.3.1

Expand Down Expand Up @@ -394,6 +399,11 @@ ROCm packages in Spack
- 5.5.0
- 6.1.2 (final)

* - mlirmiopen
- ``mlirmiopen``
- 5.3.0
- 5.4.0 (deprecated)

* - MIOpen (GEMM)
- ``miopengemm``
- 5.5.0
Expand Down Expand Up @@ -581,9 +591,9 @@ You can create an environment with all the required components of your version.
specs:
- matrix:
- ['%[email protected]\^[email protected]']
- [[email protected], [email protected], [email protected], [email protected],
[email protected], [email protected], [email protected], [email protected], [email protected],
[email protected], [email protected], [email protected], [email protected], [email protected],
- [[email protected], [email protected], [email protected], [email protected],
[email protected], [email protected], [email protected], [email protected], [email protected],
[email protected], [email protected], [email protected], [email protected], [email protected],
[email protected], [email protected]]
view: true
Expand Down

0 comments on commit a13c09a

Please sign in to comment.