ci: retrigger CUDA tests after GPUCompiler.jl #788#446
Open
ChrisRackauckas-Claude wants to merge 2 commits intoSciML:masterfrom
Open
ci: retrigger CUDA tests after GPUCompiler.jl #788#446ChrisRackauckas-Claude wants to merge 2 commits intoSciML:masterfrom
ChrisRackauckas-Claude wants to merge 2 commits intoSciML:masterfrom
Conversation
The CUDA tests were failing on Julia 1.12 due to a misaligned address error in GPUCompiler.jl (see CUDA.jl#3034). Tim Besard reverted the problematic AOT compilation change in JuliaGPU/GPUCompiler.jl#788 and tagged a release. This empty commit retriggers the CUDA CI to verify the fix lands cleanly on master. Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com>
The previous run was created when the PR was (briefly) treated as a draft, so the Documentation job was skipped. This empty commit retriggers CI now that the PR is ready for review. Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com>
2 tasks
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.
Summary
Empty commit to retrigger CUDA CI now that GPUCompiler.jl PR #788 (revert of the AOT compilation change) has been tagged.
The CUDA Tests (Julia 1) job has been failing on Julia 1.12 with the misaligned-address error tracked in CUDA.jl#3034. Tim Besard confirmed this morning that the fix should be in place. Per Slack:
This PR has no code changes — it's purely to kick a fresh CUDA build on a master-derived ref so we can confirm the GPUCompiler revert resolves the failure on the most recent run (25388109314).
Please ignore until reviewed by @ChrisRackauckas. Can be closed without merging once CUDA CI is green.
Test plan