Skip to content

Commit

Permalink
More nightly stuff (#2026)
Browse files Browse the repository at this point in the history
  • Loading branch information
wsmoses authored Oct 30, 2024
1 parent 12c1abb commit 19ef90b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/compiler/interpreter.jl
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,10 @@ function EnzymeInterpreter(
)
@assert world <= Base.get_world_counter()

parms = @static if VERSION < v"1.12"
InferenceParams(unoptimize_throw_blocks = false)
else
parms = @static if VERSION >= v"1.12.0-DEV.1017"
InferenceParams()
else
InferenceParams(; unoptimize_throw_blocks=false)
end

return EnzymeInterpreter(
Expand Down

0 comments on commit 19ef90b

Please sign in to comment.