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 a052040
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 150 deletions.
18 changes: 12 additions & 6 deletions recipe/conda_build_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,14 @@ 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]
- 8 # [linux64]
- 8 # [linux64]

_libgcc_mutex:
- 0.1 conda_forge
Expand Down Expand Up @@ -116,8 +120,9 @@ cdt_name: # [linux]
- cos7 # [linux and ppc64le]
- cos7 # [linux and armv7l]

- cos6 # [linux64 and os.environ.get("DEFAULT_LINUX_VERSION", "cos6") == "cos6"]
- cos7 # [linux64 and os.environ.get("DEFAULT_LINUX_VERSION", "cos6") == "cos7"]
- cos7 # [linux64]
- cos7 # [linux64]
- cos7 # [linux64]

docker_image: # [os.environ.get("BUILD_PLATFORM", "").startswith("linux-")]
- quay.io/condaforge/linux-anvil-comp7 # [os.environ.get("BUILD_PLATFORM") == "linux-64" and os.environ.get("DEFAULT_LINUX_VERSION", "cos6") == "cos6"]
Expand All @@ -126,8 +131,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 a052040

Please sign in to comment.