File tree Expand file tree Collapse file tree 1 file changed +4
-16
lines changed Expand file tree Collapse file tree 1 file changed +4
-16
lines changed Original file line number Diff line number Diff line change 11load ("@bazel_tools//tools/build_defs/repo:http.bzl" , "http_archive" )
22
33NSYNC_COMMIT = "82b118aa7ace3132e517e2c467f8732978cf4023"
4-
54NSYNC_SHA256 = ""
65
7- ENZYMEXLA_COMMIT = "996b3e5ccbe5024d69d9a365e5f4db79f41dbc6c"
8-
6+ ENZYMEXLA_COMMIT = "fc38e3809323c70f425dfb3c61ac55d1abee595a"
97ENZYMEXLA_SHA256 = ""
108
119http_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
9078load ("@enzyme_ad//third_party/jax:workspace.bzl" , jax_workspace = "repo" )
9179
You can’t perform that action at this time.
0 commit comments