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
Fix compatibility with Julia master after WorldView removal
Adapt InferenceBenchmarks to work with both older Julia versions that
have Compiler.WorldView and newer versions that replaced it with
OverlayCodeCache (JuliaLang/julia@998cb27). Uses isdefined checks to
conditionally use the appropriate cache interface for each version.
Fixes#337
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments