Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable semi-concrete interpretation, for now. #369

Merged
merged 1 commit into from
Nov 7, 2022
Merged

Conversation

maleadt
Copy link
Member

@maleadt maleadt commented Nov 7, 2022

Temporarily disables semi-concrete IR interpretation until JuliaLang/julia#47349 is fixed.
Closes #366, #363 (cc @pxl-th).
Kudos to @aviatesk!

@@ -243,6 +243,17 @@ Core.Compiler.method_table(interp::GPUInterpreter, sv::InferenceState) =
WorldOverlayMethodTable(interp.world)
end

# semi-concrete interepretation is broken with overlays (JuliaLang/julia#47349)
@static if VERSION >= v"1.9.0-DEV.1248"
Copy link
Contributor

Choose a reason for hiding this comment

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

We can change this version check to something like VERSION >= v"1.9.0-DEV.1248" && VERSION <= v"1.9.0-DEV.XXXX" once we fix JuliaLang/julia#47349 in upstream.

@codecov
Copy link

codecov bot commented Nov 7, 2022

Codecov Report

Base: 85.70% // Head: 72.50% // Decreases project coverage by -13.20% ⚠️

Coverage data is based on head (7d5ba76) compared to base (14ef9ee).
Patch coverage: 0.00% of modified lines in pull request are covered.

Additional details and impacted files
@@             Coverage Diff             @@
##           master     #369       +/-   ##
===========================================
- Coverage   85.70%   72.50%   -13.21%     
===========================================
  Files          24       24               
  Lines        2813     2811        -2     
===========================================
- Hits         2411     2038      -373     
- Misses        402      773      +371     
Impacted Files Coverage Δ
src/jlgen.jl 75.00% <0.00%> (-7.92%) ⬇️
src/metal.jl 0.00% <0.00%> (-87.96%) ⬇️
src/utils.jl 83.33% <0.00%> (-11.12%) ⬇️
src/reflection.jl 73.38% <0.00%> (-4.48%) ⬇️
src/driver.jl 91.53% <0.00%> (-2.65%) ⬇️
src/reflection_compat.jl 51.72% <0.00%> (-2.30%) ⬇️
src/runtime.jl 48.33% <0.00%> (-1.67%) ⬇️
src/ptx.jl 92.79% <0.00%> (-0.43%) ⬇️
src/irgen.jl 95.05% <0.00%> (-0.23%) ⬇️
... and 1 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

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.

StaticArrays-related regression in 1.9
2 participants