File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff 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
4647cuda_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"]
Original file line number Diff line number Diff 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]
You can’t perform that action at this time.
0 commit comments