Skip to content

Commit

Permalink
Require CUDA 11.0+
Browse files Browse the repository at this point in the history
  • Loading branch information
jakirkham committed Jul 19, 2021
1 parent 61668aa commit acef2be
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 148 deletions.
11 changes: 7 additions & 4 deletions recipe/conda_build_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,12 @@ cuda_compiler: # [linux64]
- nvcc # [linux64]
cuda_compiler_version:
- None
- 10.2 # [linux64]
- 11.0 # [linux64]
- 11.1 # [linux64]
- 11.2 # [linux64]
cudnn:
- undefined
- 7 # [linux64]
- 8 # [linux64]

_libgcc_mutex:
- 0.1 conda_forge
Expand Down Expand Up @@ -126,8 +128,9 @@ docker_image: # [os.environ.get("BUILD_PLATFOR
- quay.io/condaforge/linux-anvil-ppc64le # [os.environ.get("BUILD_PLATFORM") == "linux-ppc64le"]
- quay.io/condaforge/linux-anvil-armv7l # [os.environ.get("BUILD_PLATFORM") == "linux-armv7l"]

- quay.io/condaforge/linux-anvil-cuda:10.2 # [linux64 and os.environ.get("BUILD_PLATFORM") == "linux-64" and os.environ.get("DEFAULT_LINUX_VERSION", "cos6") == "cos6"]
- quay.io/condaforge/linux-anvil-cos7-cuda:10.2 # [linux64 and os.environ.get("BUILD_PLATFORM") == "linux-64" and os.environ.get("DEFAULT_LINUX_VERSION", "cos6") == "cos7"]
- quay.io/condaforge/linux-anvil-cuda:11.0 # [linux64 and os.environ.get("BUILD_PLATFORM") == "linux-64"]
- quay.io/condaforge/linux-anvil-cuda:11.1 # [linux64 and os.environ.get("BUILD_PLATFORM") == "linux-64"]
- quay.io/condaforge/linux-anvil-cuda:11.2 # [linux64 and os.environ.get("BUILD_PLATFORM") == "linux-64"]

zip_keys:
- # [unix]
Expand Down
81 changes: 0 additions & 81 deletions recipe/migrations/cuda110.yaml

This file was deleted.

29 changes: 0 additions & 29 deletions recipe/migrations/cuda111_112.yaml

This file was deleted.

34 changes: 0 additions & 34 deletions recipe/migrations/cuda92_100_101.yaml

This file was deleted.

0 comments on commit acef2be

Please sign in to comment.