Skip to content

Commit 6523f85

Browse files
committed
Update customrules.jl
1 parent f271824 commit 6523f85

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/rules/customrules.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -756,7 +756,7 @@ function enzyme_custom_setup_args(
756756
LLVM.ConstantInt(LLVM.IntType(64), 0),
757757
LLVM.ConstantInt(LLVM.IntType(32), r - 1),
758758
]
759-
), "rules_shadow_root_load_$r_")
759+
), "rules_shadow_root_load_$(r)_")
760760
stv = store!(B, ld, rptr)
761761
end
762762
end

0 commit comments

Comments
 (0)