Skip to content

Commit 2e84611

Browse files
committed
Try enzyme-jax bump
1 parent 6665752 commit 2e84611

File tree

1 file changed

+4
-16
lines changed

1 file changed

+4
-16
lines changed

deps/ReactantExtra/WORKSPACE

Lines changed: 4 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
22

33
NSYNC_COMMIT = "82b118aa7ace3132e517e2c467f8732978cf4023"
4-
54
NSYNC_SHA256 = ""
65

7-
ENZYMEXLA_COMMIT = "996b3e5ccbe5024d69d9a365e5f4db79f41dbc6c"
8-
6+
ENZYMEXLA_COMMIT = "fc38e3809323c70f425dfb3c61ac55d1abee595a"
97
ENZYMEXLA_SHA256 = ""
108

119
http_archive(
@@ -73,19 +71,9 @@ LLVM_TARGETS = [
7371
# ],
7472
# )
7573

76-
http_archive(
77-
name = "rules_ml_toolchain",
78-
patch_cmds = [
79-
"""
80-
sed -i.bak0 "/D_FORTIFY_SOURCE/d" cc/features/BUILD third_party/gpus/crosstool/cc_toolchain_config.bzl.tpl
81-
""",
82-
],
83-
sha256 = "e7e44c4e349a1c1f31398bd2257c51432e73ea0e7e24cce67090b68b0b50007e",
84-
strip_prefix = "rules_ml_toolchain-55dcd0a52c7e0f9eec9927a32512229c09ac3b3e",
85-
urls = [
86-
"https://github.com/google-ml-infra/rules_ml_toolchain/archive/55dcd0a52c7e0f9eec9927a32512229c09ac3b3e.tar.gz",
87-
],
88-
)
74+
load("@enzyme_ad//third_party/ml_toolchain:workspace.bzl", ml_toolchain_workspace = "repo")
75+
76+
ml_toolchain_workspace()
8977

9078
load("@enzyme_ad//third_party/jax:workspace.bzl", jax_workspace = "repo")
9179

0 commit comments

Comments
 (0)