File tree Expand file tree Collapse file tree 3 files changed +2
-8
lines changed Expand file tree Collapse file tree 3 files changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ AbstractDifferentiation = "0.5"
2020ChainRules = " 1.44.6"
2121ChainRulesCore = " 1.20"
2222Combinatorics = " 1"
23- Cthulhu = " 2"
23+ Cthulhu = " 2.9.6 "
2424OffsetArrays = " 1"
2525PrecompileTools = " 1"
2626StaticArrays = " 1"
Original file line number Diff line number Diff line change @@ -7,8 +7,6 @@ export ∂⃖, gradient
77
88const CC = Core. Compiler
99
10- const GENERATORS = Expr[]
11-
1210@static if VERSION ≥ v " 1.11.0-DEV.1498"
1311 import . CC: get_inference_world
1412 using Base: get_world_counter
Original file line number Diff line number Diff line change 287287function CC. finish (state:: InferenceState , interp:: ADInterpreter )
288288 res = @invoke CC. finish (state:: InferenceState , interp:: AbstractInterpreter )
289289 key = CC. any (state. result. overridden_by_const) ? state. result : state. linfo
290- interp. unopt[interp. current_level][key] = Cthulhu. InferredSource (
291- copy (state. src),
292- copy (state. stmt_info),
293- state. ipo_effects,
294- state. result. result)
290+ interp. unopt[interp. current_level][key] = Cthulhu. InferredSource (state)
295291 return res
296292end
297293
You can’t perform that action at this time.
0 commit comments