Add missing rocm components rocthrust and rocprim

This commit is contained in:
Jose Gracia 2024-09-06 10:08:30 -05:00
parent 43d5fa74ce
commit f60714d361

View file

@ -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