Skip to content

Commit

Permalink
disable cudnn altogether
Browse files Browse the repository at this point in the history
  • Loading branch information
hmaarrfk authored Oct 8, 2024
1 parent 6faa699 commit a076a62
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@ outputs:
{% endif %}
ignore_run_exports:
# optional dependencies
- cudnn
- nccl # [linux]
- cutensor
requirements:
Expand All @@ -156,7 +155,6 @@ outputs:
- libcusparse-dev # [build_platform != target_platform]
{% endif %}
# optional dependencies for CUDA 11.2+
- cudnn
- nccl ~=2.16 # [build_platform != target_platform]
- cutensor ~=2.0 # [build_platform != target_platform]
host:
Expand All @@ -181,7 +179,6 @@ outputs:
- libcusparse-dev
{% endif %}
# optional dependencies
- cudnn
- nccl ~=2.16 # [linux]
- cutensor ~=2.0
run:
Expand All @@ -204,7 +201,6 @@ outputs:
- __cuda >=11.2 # [(cuda_compiler_version or "").startswith("11")]
- __cuda >=12.0 # [(cuda_compiler_version or "").startswith("12")]
- {{ pin_subpackage('cupy', max_pin='x.x') }}
- {{ pin_compatible('cudnn') }}
- {{ pin_compatible('nccl') }} # [linux]
- {{ pin_compatible('cutensor') }}
test:
Expand Down

0 comments on commit a076a62

Please sign in to comment.