Add missing rocm components rocthrust and rocprim
This commit is contained in:
parent
43d5fa74ce
commit
f60714d361
1 changed files with 12 additions and 0 deletions
|
@ -266,6 +266,18 @@ packages:
|
||||||
modules:
|
modules:
|
||||||
- rocm/6.1.1
|
- rocm/6.1.1
|
||||||
buildable: false
|
buildable: false
|
||||||
|
rocthrust:
|
||||||
|
externals:
|
||||||
|
- spec: rocthrust@6.1.1
|
||||||
|
modules:
|
||||||
|
- rocm/6.1.1
|
||||||
|
buildable: false
|
||||||
|
rocprim:
|
||||||
|
externals:
|
||||||
|
- spec: rocprim@6.1.1
|
||||||
|
modules:
|
||||||
|
- rocm/6.1.1
|
||||||
|
buildable: false
|
||||||
# Packages which have not been discovered by spack external find
|
# Packages which have not been discovered by spack external find
|
||||||
# and packages which are not in the OS image but low-level.
|
# and packages which are not in the OS image but low-level.
|
||||||
# Declare libs as externals only if a -devel OS package is installed
|
# Declare libs as externals only if a -devel OS package is installed
|
||||||
|
|
Loading…
Reference in a new issue