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 9315860 commit dd78cffCopy full SHA for dd78cff
deps/ReactantExtra/WORKSPACE
@@ -156,14 +156,14 @@ LLVM_TARGETS = select({
156
JAX_PATCHES = [
157
"""
158
sed -i.bak0 "s/ cast/ llvm::cast/g" jaxlib/mosaic/dialect/gpu/mosaic_gpu.cc
159
-"""
+""",
160
]
161
162
http_archive(
163
name = "jax",
164
patch_args = ["-p1"],
165
- patches = ["@enzyme_ad//:patches/jax.patch"],
166
patch_cmds = JAX_PATCHES,
+ patches = ["@enzyme_ad//:patches/jax.patch"],
167
sha256 = JAX_SHA256,
168
strip_prefix = "jax-" + JAX_COMMIT,
169
urls = ["https://github.com/google/jax/archive/{commit}.tar.gz".format(commit = JAX_COMMIT)],
0 commit comments