Skip to content

Commit

Permalink
enable infer_compilation_signature
Browse files Browse the repository at this point in the history
  • Loading branch information
vchuravy committed Jun 10, 2024
1 parent 6c2b0d9 commit f30ecda
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/compiler/interpreter.jl
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,10 @@ if VERSION >= v"1.7.0-DEV.577"
Core.Compiler.verbose_stmt_info(interp::EnzymeInterpreter) = false
end

if VERSION >= v"1.8.0"
Core.Compiler.infer_compilation_signature(interp::EnzymeInterpreter) = true
end

if isdefined(Base.Experimental, Symbol("@overlay"))
Core.Compiler.method_table(interp::EnzymeInterpreter, sv::InferenceState) =
Core.Compiler.OverlayMethodTable(interp.world, interp.method_table)
Expand Down

0 comments on commit f30ecda

Please sign in to comment.