Skip to content

Commit

Permalink
[bot-automerge] nccl v2.23.4-1 (#113)
Browse files Browse the repository at this point in the history
automerged PR by conda-forge/automerge-action
  • Loading branch information
github-actions[bot] authored Sep 27, 2024
2 parents da1c495 + a5de395 commit 0c7fa03
Show file tree
Hide file tree
Showing 10 changed files with 23 additions and 96 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ cxx_compiler_version:
- '11'
docker_image:
- quay.io/condaforge/linux-anvil-cuda:11.8
nccl:
- '2'
target_platform:
- linux-64
zip_keys:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ cxx_compiler_version:
- '12'
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
nccl:
- '2'
target_platform:
- linux-64
zip_keys:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ cxx_compiler_version:
- '11'
docker_image:
- quay.io/condaforge/linux-anvil-cuda:11.8
nccl:
- '2'
target_platform:
- linux-aarch64
zip_keys:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ cxx_compiler_version:
- '12'
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
nccl:
- '2'
target_platform:
- linux-aarch64
zip_keys:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ cxx_compiler_version:
- '11'
docker_image:
- quay.io/condaforge/linux-anvil-cuda:11.8
nccl:
- '2'
target_platform:
- linux-ppc64le
zip_keys:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ cxx_compiler_version:
- '12'
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
nccl:
- '2'
target_platform:
- linux-ppc64le
zip_keys:
Expand Down
90 changes: 0 additions & 90 deletions .ci_support/migrations/cuda120.yaml

This file was deleted.

2 changes: 2 additions & 0 deletions .scripts/build_steps.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 6 additions & 3 deletions build-locally.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{% set name = "nccl" %}
{% set version = "2.22.3-1" %}
{% set version = "2.23.4-1" %}

package:
name: {{ name|lower }}
version: {{ version|replace("-", ".") }}

source:
url: https://github.com/NVIDIA/nccl/archive/v{{ version }}.tar.gz
sha256: 45151629a9494460e73375281e8b0fe379141528879301899ece9b776faca024
sha256: 6b946b70a9d2d01871842cbd15ec56488d358abe9a0f3767e372fddc3e241ba7
patches:
# Upstreaming w/PR: https://github.com/NVIDIA/nccl/pull/854
- 0001-Allow-custom-NVCC-path.patch

build:
number: 1
number: 0
skip: true # [(not linux) or cuda_compiler_version in (undefined, "None", "10.2")]
ignore_run_exports_from:
# Ignore `cudatoolkit` dependency in CUDA 11 builds
Expand Down

0 comments on commit 0c7fa03

Please sign in to comment.