Skip to content

Commit e29d19b

Browse files
committed
fixup! access enzyme_context through gutils
1 parent a78bb2d commit e29d19b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compiler.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ import .Enzyme: GradientUtils, call_samefunc_with_inverted_bundles!,
228228
get_strong_zero, get_shadow_type, get_uncacheable,
229229
erase_with_placeholder, is_constant_value, is_constant_inst,
230230
new_from_original, lookup_value, invert_pointer, debug_from_orig!,
231-
add_reverse_block!, set_reverse_block!, enzyme_context
231+
add_reverse_block!, set_reverse_block!, enzyme_context, enzyme_gutils_context
232232

233233
# Julia function to LLVM stem and arity
234234
const cmplx_known_ops =

0 commit comments

Comments
 (0)