Skip to content

Commit 43abc34

Browse files
vchuravywsmoses
authored andcommitted
fixup! tell the serializer to not cache code instances originating from Enzyme
1 parent b2b37f2 commit 43abc34

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/compiler/interpreter.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ else
6868
Core.Compiler.code_cache(interp::EnzymeInterpreter) = WorldView(interp.code_cache, interp.world)
6969
end
7070

71+
const CC = Core.Compiler
7172
@static if HAS_INTEGRATED_CACHE
7273
function CC.CodeInstance(interp::EnzymeInterpreter, result::CC.InferenceResult,
7374
valid_worlds::CC.WorldRange)

0 commit comments

Comments
 (0)