Skip to content

Commit

Permalink
try alternate nsync
Browse files Browse the repository at this point in the history
  • Loading branch information
wsmoses committed Apr 21, 2024
1 parent 797b8f4 commit 5c431de
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions deps/ReactantExtra/WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,16 @@ http_archive(
urls = ["https://github.com/EnzymeAD/Enzyme-JAX/archive/{commit}.tar.gz".format(commit = ENZYMEXLA_COMMIT)],
)

NSYNC_COMMIT = "96c7134d65482ddccdc2b1425a3a5a9084499a1b"
NSYNC_SHA256 = ""
http_archive(
name = "nsync",
sha256 = NSYNC_SHA256,
strip_prefix = "nsync-" + NSYNC_COMMIT,
urls = ["https://github.com/wsmoses/nsync/archive/{commit}.tar.gz".format(commit = NSYNC_COMMIT)],
)


load("@enzyme_ad//:workspace.bzl", "JAX_COMMIT", "JAX_SHA256", "ENZYME_COMMIT", "ENZYME_SHA256", "PYRULES_COMMIT", "PYRULES_SHA256", "XLA_PATCHES")

XLA_PATCHES = XLA_PATCHES + [
Expand Down

0 comments on commit 5c431de

Please sign in to comment.