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 47080e7 commit 56e0a96Copy full SHA for 56e0a96
deps/ReactantExtra/BUILD
@@ -1040,6 +1040,7 @@ cc_library(
1040
"@xla//xla/backends/profiler/gpu:device_tracer",
1041
"@xla//xla/backends/profiler:profiler_backends",
1042
"@xla//xla/pjrt/c:pjrt_c_api_gpu_internal",
1043
+ "@jax//jaxlib/cuda:cuda_gpu_kernels"
1044
],
1045
"//conditions:default": [
1046
deps/ReactantExtra/WORKSPACE
@@ -9,7 +9,7 @@ http_archive(
9
urls = ["https://github.com/wsmoses/nsync/archive/{commit}.tar.gz".format(commit = NSYNC_COMMIT)],
10
)
11
12
-ENZYMEXLA_COMMIT = "9d69aaa51aa0585b9e89276ba707b175eb459ad7"
+ENZYMEXLA_COMMIT = "75a04dec52997d949a051a2102d96c6728f7fc59"
13
ENZYMEXLA_SHA256 = ""
14
15
http_archive(
0 commit comments