Skip to content

Commit 66ebbf8

Browse files
committed
cudnn has a run_exports now
Signed-off-by: Michał Górny <[email protected]>
1 parent 547a218 commit 66ebbf8

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

recipe/meta.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -171,8 +171,6 @@ requirements:
171171
- eigen
172172
- zlib
173173
run:
174-
# GPU requirements without run_exports
175-
- cudnn # [cuda_compiler_version != "None"]
176174
- intel-openmp {{ mkl }} # [win]
177175
- libblas * *{{ blas_impl }} # [blas_impl == "mkl"]
178176
run_constrained:
@@ -329,8 +327,6 @@ outputs:
329327
- intel-openmp {{ mkl }} # [win]
330328
- libblas * *{{ blas_impl }} # [blas_impl == "mkl"]
331329
- nomkl # [blas_impl != "mkl"]
332-
# GPU requirements without run_exports
333-
- cudnn # [cuda_compiler_version != "None"]
334330
- triton =={{ triton }} # [cuda_compiler_version != "None" and not win]
335331
# avoid that people without GPUs needlessly download ~0.5-1GB
336332
- __cuda # [cuda_compiler_version != "None"]

0 commit comments

Comments
 (0)