You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Drop GPUCompiler branch pin now that 2.0 is released
Remove the `[sources]` pin to the `tb/compilercaching` branch; the caching
API it relied on shipped in the registered GPUCompiler 2.0 (compat is
already `"2"`).
Adapt `compile_or_lookup` to the released `cached_results` API: it now
returns `nothing` until code exists for the job (rather than always
materializing an empty results struct), so re-fetch after compiling —
which populates Julia's code cache — via `@something`. Matches the final
form merged in JuliaGPU/OpenCL.jl#431.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
0 commit comments