Skip to content

Commit

Permalink
Drop cudnn from variants
Browse files Browse the repository at this point in the history
As `cudnn` is no longer in `zip_keys` and is always set the same, it is
no longer needed in variants here. So drop `cudnn` from variants.
  • Loading branch information
jakirkham committed Jan 5, 2024
1 parent b87bd8a commit 8632a9a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions .ci_support/linux64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,3 @@ cuda_compiler:
- None
cuda_compiler_version_min:
- None
cudnn:
- undefined
4 changes: 0 additions & 4 deletions .ci_support/linux64_cuda112.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ cxx_compiler_version:
- 10
fortran_compiler_version:
- 10
cudnn:
- 8
cdt_name:
- cos7
target_platform:
Expand All @@ -30,5 +28,3 @@ cuda_compiler:
- nvcc
cuda_compiler_version_min:
- 11.2
cudnn:
- 8

0 comments on commit 8632a9a

Please sign in to comment.