Skip to content

[1.12] Don't skip CIs from external absints#60741

Merged
DilumAluthge merged 2 commits intobackports-release-1.12from
gb/cache-skip
Jan 20, 2026
Merged

[1.12] Don't skip CIs from external absints#60741
DilumAluthge merged 2 commits intobackports-release-1.12from
gb/cache-skip

Conversation

@gbaraldi
Copy link
Copy Markdown
Member

@gbaraldi gbaraldi commented Jan 19, 2026

Should fix one of the GPUCompiler caching issues

@gbaraldi gbaraldi requested review from vchuravy and vtjnash January 19, 2026 17:58
gbaraldi and others added 2 commits January 19, 2026 14:23
Co-authored-by: Valentin Churavy <vchuravy@mit.edu>
Co-authored-by: Dilum Aluthge <dilum@aluthge.com>
@DilumAluthge DilumAluthge added the merge me PR is reviewed. Merge when all tests are passing label Jan 19, 2026
@giordano
Copy link
Copy Markdown
Member

Does this need to be forwardported?

@vchuravy
Copy link
Copy Markdown
Member

Does this need to be forwardported?

Yes, see #60747

@DilumAluthge DilumAluthge merged commit 13b377a into backports-release-1.12 Jan 20, 2026
8 checks passed
@DilumAluthge DilumAluthge deleted the gb/cache-skip branch January 20, 2026 20:09
@DilumAluthge DilumAluthge removed the merge me PR is reviewed. Merge when all tests are passing label Jan 20, 2026
function check_presence(mi, token)
ci = isdefined(mi, :cache) ? mi.cache : nothing
while ci !== nothing
if ci.owner === token && ci.max_world == typemax(UInt)
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Something probably went horribly wrong if ci.max_world != WORLD_AGE_REVALIDATION_SENTINEL, since that means the Compiler made a mistake and forgot to validate it

vchuravy added a commit that referenced this pull request Mar 3, 2026
…pilation (#60747)

Forward-port of #60741

---------

Co-authored-by: Gabriel Baraldi <baraldigabriel@gmail.com>
Co-authored-by: Jameson Nash <vtjnash@gmail.com>
vchuravy added a commit that referenced this pull request Mar 3, 2026
…pilation (#60747)

Forward-port of #60741

---------

Co-authored-by: Gabriel Baraldi <baraldigabriel@gmail.com>
Co-authored-by: Jameson Nash <vtjnash@gmail.com>
(cherry picked from commit e386b48)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants