-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix typo in Spack docs and add missing packages to list (#406)
* fix typo * remove carriage return line endings * add omnitrace and mlirmiopen (cherry picked from commit 58c3bae)
- Loading branch information
1 parent
ff3b032
commit a13c09a
Showing
1 changed file
with
14 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -345,7 +350,7 @@ ROCm packages in Spack | |
- 6.3.1 | ||
|
||
* - rocSOLVER | ||
- ``rocalution`` | ||
- ``rocsolver`` | ||
- 5.5.0 | ||
- 6.3.1 | ||
|
||
|
@@ -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 | ||
|
@@ -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 | ||
|