Pin DiffEqGPU PyTorch to CUDA 12.6 - #1789
Draft
ChrisRackauckas-Claude wants to merge 1 commit into
Draft
ChrisRackauckas-Claude wants to merge 1 commit into
ChrisRackauckas-Claude wants to merge 1 commit into
Conversation
Co-Authored-By: Chris Rackauckas <[email protected]> Co-Authored-By: Claude <[email protected]> Claude-Session: https://chatgpt.com/codex/tasks/01a03a17-ad6f-7131-82fc-d0fd57ea6512
ChrisRackauckas-Claude
force-pushed
the
fix/diffeqgpu-pytorch-cu126
branch
from
September 6, 2026 07:13
53ffe51 to
927413f
Compare
This was referenced Sep 8, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Important
Ignore this PR until it has been reviewed by @ChrisRackauckas.
What changed and why
Pin DiffEqGPU's Python environment to Python 3.12 and the official PyTorch 2.13.0 CUDA 12.6 Linux x86-64 wheel, including its SHA-256. The unconstrained PyPI dependency selected
torch==2.13.0+cu130; that build contains no compute-capability 7.0 kernels for the V100 runners and explicitly recommended reinstalling from PyTorch's CUDA 12.6 index.This is a dependency-only change. The Julia CUDA 12.9 preferences are handled separately by #1733. The singleton benchmark-source fixes merged through #1715, with the CRN parameter-count follow-up in #1788.
Failing before
The V100 validation run reported:
The final dependency assertions fail against current
master:Passing after
A clean CondaPkg/Pixi environment resolved and installed successfully. Importing the package through the benchmark's PythonCall environment produced:
Repository checks:
Runic 1.x checked
test/core.jl,typoschecked both changed files, andgit diff --checkpassed.Not verified locally
This host has no NVIDIA GPU, so actual V100 execution remains unverified. The V100 run also requires the Julia CUDA 12.9 preferences from #1733 and the CRN follow-up from #1788. No docs build was run because this changes a benchmark dependency declaration and a private regression test, not public API or docstrings.
PyTorch was already a benchmark dependency, so this pin adds no dependency or license.
Failing V100 validation: https://github.com/SciML/SciMLBenchmarks.jl/actions/runs/33298026014
🤖 Generated with Claude Code
https://chatgpt.com/codex/tasks/01a03a17-ad6f-7131-82fc-d0fd57ea6512