We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3697135 commit 6f73850Copy full SHA for 6f73850
src/compiler/interpreter.jl
@@ -68,6 +68,7 @@ else
68
Core.Compiler.code_cache(interp::EnzymeInterpreter) = WorldView(interp.code_cache, interp.world)
69
end
70
71
+const CC = Core.Compiler
72
@static if HAS_INTEGRATED_CACHE
73
function CC.CodeInstance(interp::EnzymeInterpreter, result::CC.InferenceResult,
74
valid_worlds::CC.WorldRange)
0 commit comments