Fixed a bad variant when statement for including cuDNN. (#33595)
This commit is contained in:
parent
04f87da36b
commit
6c5a7fefd6
@ -85,7 +85,7 @@ class Dihydrogen(CMakePackage, CudaPackage, ROCmPackage):
|
||||
|
||||
depends_on("roctracer-dev", when="+rocm +distconv")
|
||||
|
||||
depends_on("cudnn", when="+cuda +distconv")
|
||||
depends_on("cudnn", when="+cuda")
|
||||
depends_on("cub", when="^cuda@:10")
|
||||
|
||||
# Note that #1712 forces us to enumerate the different blas variants
|
||||
|
Loading…
Reference in New Issue
Block a user