Skip to content

Commit a54a1ea

Browse files
committed
[ci skip] add some issue references
1 parent cbf330b commit a54a1ea

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.ci_support/migrations/cuda129.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ __migrator:
4343
4444
ref: https://docs.nvidia.com/cuda/cuda-toolkit-release-notes/index.html#new-features
4545
46+
# need to stay on CUDA 12.8 on windows due to https://github.com/pytorch/pytorch/issues/156181
4647
cuda_compiler_version: # [((linux and (x86_64 or aarch64)) or win64) and os.environ.get("CF_CUDA_ENABLED", "False") == "True"]
4748
- 12.9 # [(linux and (x86_64 or aarch64)) and os.environ.get("CF_CUDA_ENABLED", "False") == "True"]
4849
- 12.8 # [win64 and os.environ.get("CF_CUDA_ENABLED", "False") == "True"]

recipe/meta.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,7 @@ outputs:
278278
- nccl # [cuda_compiler_version != "None" and linux]
279279
- cuda-version {{ cuda_compiler_version }} # [cuda_compiler_version != "None"]
280280
- nvtx-c # [cuda_compiler_version != "None"]
281+
# cannot (yet) use libmagma-devel due to https://github.com/conda-forge/libmagma-feedstock/issues/32
281282
- magma # [cuda_compiler_version != "None"]
282283
{% if cuda_compiler_version != "None" %}
283284
- cuda-driver-dev # [linux]

0 commit comments

Comments
 (0)