We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d59b439 commit e201029Copy full SHA for e201029
deps/ReactantExtra/WORKSPACE
@@ -17,14 +17,14 @@ http_archive(
17
18
http_archive(
19
name = "enzyme_ad",
20
- sha256 = ENZYMEXLA_SHA256,
21
- strip_prefix = "Enzyme-JAX-" + ENZYMEXLA_COMMIT,
22
- urls = ["https://github.com/EnzymeAD/Enzyme-JAX/archive/{commit}.tar.gz".format(commit = ENZYMEXLA_COMMIT)],
23
patch_cmds = [
24
- """
+ """
25
sed -i.bak0 "s/\\\\\\\\\\\\\\\\\\/\\\\\\\\\\\\\\\\\\/:patches/@enzyme_ad\\\\\\\\\\\\\\\\\\/\\\\\\\\\\\\\\\\\\/:patches/g" workspace.bzl
26
""",
27
- ]
+ ],
+ sha256 = ENZYMEXLA_SHA256,
+ strip_prefix = "Enzyme-JAX-" + ENZYMEXLA_COMMIT,
+ urls = ["https://github.com/EnzymeAD/Enzyme-JAX/archive/{commit}.tar.gz".format(commit = ENZYMEXLA_COMMIT)],
28
)
29
30
CUPTI_OLD = [
0 commit comments