Skip to content

Commit

Permalink
Drop cudnn from CUDA 12 migration
Browse files Browse the repository at this point in the history
Since `cudnn` is no longer in `zip_keys` with `cuda_compiler_version`
and the version of `cudnn` used by CUDA 12 is the same as CUDA 11, go
ahead and drop `cudnn` from the CUDA 12 migrator. It is not actually
needed or used here.
  • Loading branch information
jakirkham committed Aug 23, 2023
1 parent 78c9f05 commit 32df682
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions recipe/migrations/cuda120.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,6 @@ cxx_compiler_version: # [linux and os.environ.get("CF_CUDA_ENABLED", "F
fortran_compiler_version: # [linux and os.environ.get("CF_CUDA_ENABLED", "False") == "True"]
- 12 # [linux and os.environ.get("CF_CUDA_ENABLED", "False") == "True"]

cudnn: # [linux and os.environ.get("CF_CUDA_ENABLED", "False") == "True"]
- 8 # [linux and os.environ.get("CF_CUDA_ENABLED", "False") == "True"]

cdt_name: # [linux and os.environ.get("CF_CUDA_ENABLED", "False") == "True"]
- cos7 # [linux and os.environ.get("CF_CUDA_ENABLED", "False") == "True"]

Expand Down

0 comments on commit 32df682

Please sign in to comment.