Skip to content

Commit f4cee19

Browse files
committed
fix
1 parent 2e84611 commit f4cee19

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

deps/ReactantExtra/WORKSPACE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
33
NSYNC_COMMIT = "82b118aa7ace3132e517e2c467f8732978cf4023"
44
NSYNC_SHA256 = ""
55

6-
ENZYMEXLA_COMMIT = "fc38e3809323c70f425dfb3c61ac55d1abee595a"
6+
ENZYMEXLA_COMMIT = "96bcf384c5dce3341b347554c32bd02b2defc0eb"
77
ENZYMEXLA_SHA256 = ""
88

99
http_archive(

src/Ops.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2149,7 +2149,7 @@ end
21492149
)
21502150

21512151
if !mincut
2152-
MLIR.IR.attr!(while_op, "enzymexla.disable_min_cut", MLIR.IR.UnitAttribute())
2152+
MLIR.IR.attr!(while_op, "enzyme.disable_mincut", MLIR.IR.UnitAttribute())
21532153
end
21542154

21552155
if checkpointing

test/control_flow.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -706,7 +706,7 @@ end
706706
@test for_no_track_numbers_ra(x_ra, n_ra) == for_no_track_numbers(x, n)
707707

708708
ir = sprint(show, @code_hlo optimize = "enzyme-batch" for_no_track_numbers(x_ra, n_ra))
709-
@test contains(ir, "enzymexla.disable_min_cut")
709+
@test contains(ir, "enzyme.disable_mincut")
710710
@test contains(ir, "enzymexla.enable_checkpointing")
711711
end
712712

0 commit comments

Comments
 (0)