Skip to content

Allow CompilerCaching 0.5 - #922

Merged
maleadt merged 1 commit into
mainfrom
tb/compilercaching-0.5
Sep 5, 2026
Merged

Allow CompilerCaching 0.5#922
maleadt merged 1 commit into
mainfrom
tb/compilercaching-0.5

Conversation

@maleadt

@maleadt maleadt commented Sep 5, 2026

Copy link
Copy Markdown
Member

Allow CompilerCaching 0.5 alongside 0.4. GPUCompiler uses the generic inference and results APIs, which are unchanged by 0.5's const-specialized entry API update.

This unblocks dependency resolution for JuliaGPU/cuTile.jl#310: cuTile requires CompilerCaching 0.5, while its CUDA dependencies require GPUCompiler.

Validated with CompilerCaching 0.5.0 on Julia 1.12.7: native and PTX tests, including their precompilation tests, passed (476 passed, 2 broken).

CompilerCaching 0.5 changes the const-specialized entry API. GPUCompiler
uses the unchanged generic inference and results APIs, so it can support
both 0.4 and 0.5 without source changes. Allow 0.5 so CUDA and cuTile can
resolve together when cuTile adopts the new API.
@maleadt
maleadt merged commit d5ea73c into main Sep 5, 2026
65 of 149 checks passed
@maleadt
maleadt deleted the tb/compilercaching-0.5 branch September 5, 2026 20:27
@codecov

codecov Bot commented Sep 5, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 85.41%. Comparing base (78fa65e) to head (3fc518f).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #922   +/-   ##
=======================================
  Coverage   85.41%   85.41%           
=======================================
  Files          29       29           
  Lines        5582     5582           
=======================================
  Hits         4768     4768           
  Misses        814      814           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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.

1 participant