hip: add cuda variant (#33872)

This commit is contained in:
Cory Bloor
2023-01-24 14:30:58 -07:00
committed by GitHub
parent ef6699b874
commit d17aaf8729
2 changed files with 129 additions and 112 deletions

View File

@@ -138,7 +138,7 @@ class ROCmPackage(PackageBase):
depends_on("llvm-amdgpu", when="+rocm")
depends_on("hsa-rocr-dev", when="+rocm")
depends_on("hip", when="+rocm")
depends_on("hip +rocm", when="+rocm")
conflicts("^blt@:0.3.6", when="+rocm")