hypre +rocm: needs explicit rocprim dep (#33745)

This commit is contained in:
eugeneswalker 2022-11-08 10:50:02 -08:00 committed by GitHub
parent 97fe7ad32b
commit 4a5e68816b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -97,6 +97,7 @@ class Hypre(AutotoolsPackage, CudaPackage, ROCmPackage):
depends_on("rocsparse", when="+rocm")
depends_on("rocthrust", when="+rocm")
depends_on("rocrand", when="+rocm")
depends_on("rocprim", when="+rocm")
depends_on("umpire", when="+umpire")
for sm_ in CudaPackage.cuda_arch_values:
depends_on(