From 3298ea10dbd0ef278bda7f01ec9cb6ec5d29fdf6 Mon Sep 17 00:00:00 2001 From: "conda-forge-webservices[bot]" <121827174+conda-forge-webservices[bot]@users.noreply.github.com> Date: Wed, 24 Jan 2024 02:35:37 +0000 Subject: [PATCH 1/4] dummy commit for rerendering --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 9cde58f4..4cfd0a31 100644 --- a/README.md +++ b/README.md @@ -414,3 +414,6 @@ Feedstock Maintainers * [@leofang](https://github.com/leofang/) * [@toslunar](https://github.com/toslunar/) + + + From d22a143d10cb6223c181165460fe5b7352606256 Mon Sep 17 00:00:00 2001 From: Leo Fang Date: Tue, 23 Jan 2024 21:37:05 -0500 Subject: [PATCH 2/4] tentatively remove cusparselt support --- recipe/meta.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 8c897863..32e35dec 100755 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -92,7 +92,6 @@ outputs: # we use this WAR until we figure out how to proceed with conda-forge/nvcc-feedstock#88 - set "NVCC=%NVCC% --use-local-env" # [win64] - echo "nvcc is %NVCC%, CUDA path is %CUDA_PATH%" # [win] - - export CUSPARSELT_PATH="${PREFIX}" # [(linux64 or aarch64 or win) and (cuda_compiler_version or "").startswith("11")] # Workaround __ieee128 error; see https://github.com/LLNL/blt/issues/341 - export NVCC="$NVCC -Xcompiler -mno-float128" # [ppc64le] @@ -141,7 +140,6 @@ outputs: - cudnn # [not (aarch64 or (ppc64le and (cuda_compiler_version or "").startswith("12")))] - nccl # [linux] - cutensor - - cusparselt # [(linux64 or aarch64 or win) and (cuda_compiler_version or "").startswith("11")] requirements: build: - {{ compiler("c") }} @@ -168,7 +166,6 @@ outputs: - cudnn ~=8.8 # [build_platform != target_platform and not (aarch64 or (ppc64le and (cuda_compiler_version or "").startswith("12")))] - nccl ~=2.16 # [build_platform != target_platform] - cutensor ~=2.0 # [build_platform != target_platform] - - cusparselt ~=0.2.0 # [build_platform != target_platform and (linux64 or aarch64 or win) and (cuda_compiler_version or "").startswith("11")] host: - python - pip @@ -195,7 +192,6 @@ outputs: - cudnn ~=8.8 # [not (aarch64 or (ppc64le and (cuda_compiler_version or "").startswith("12")))] - nccl ~=2.16 # [linux] - cutensor ~=2.0 - - cusparselt ~=0.2.0 # [(linux64 or aarch64 or win) and (cuda_compiler_version or "").startswith("11")] run: - python - {{ pin_compatible('fastrlock', max_pin='x.x') }} @@ -220,7 +216,6 @@ outputs: - {{ pin_compatible('cudnn') }} # [not (aarch64 or (ppc64le and (cuda_compiler_version or "").startswith("12")))] - {{ pin_compatible('nccl') }} # [linux] - {{ pin_compatible('cutensor') }} - - {{ pin_compatible('cusparselt', max_pin='x.x') }} # [(linux64 or aarch64 or win) and (cuda_compiler_version or "").startswith("11")] test: imports: - cupy # dummy From 2c6ba6ad7d23327c8bf63a502864ee29b1d484a5 Mon Sep 17 00:00:00 2001 From: Leo Fang Date: Tue, 23 Jan 2024 21:37:44 -0500 Subject: [PATCH 3/4] bump build num --- recipe/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 32e35dec..80544bdf 100755 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,7 +1,7 @@ {% set name = "cupy" %} {% set version = "13.0.0" %} {% set sha256 = "2f04e7857f692a713360dc9c3b06709806ab8404fca39b5af9721c04a2979aae" %} -{% set build_num = 0 %} +{% set build_num = 1 %} {% set target_name = "x86_64-linux" %} # [linux64] {% set target_name = "ppc64le-linux" %} # [ppc64le] From 31ca80aa58a9c19d6c785fdfd3b73a78744dc91e Mon Sep 17 00:00:00 2001 From: "conda-forge-webservices[bot]" <91080706+conda-forge-webservices[bot]@users.noreply.github.com> Date: Wed, 24 Jan 2024 02:40:40 +0000 Subject: [PATCH 4/4] MNT: Re-rendered with conda-build 3.28.4, conda-smithy 3.30.4, and conda-forge-pinning 2024.01.23.16.47.43 --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index 4cfd0a31..9cde58f4 100644 --- a/README.md +++ b/README.md @@ -414,6 +414,3 @@ Feedstock Maintainers * [@leofang](https://github.com/leofang/) * [@toslunar](https://github.com/toslunar/) - - -