Revision c523e3b1d08a8863599ee31ca28a1926f303111f authored by Skye Wanderman-Milne on 28 August 2023, 19:49:25 UTC, committed by Skye Wanderman-Milne on 28 August 2023, 19:49:25 UTC
It's very noisy otherwise, since jax usually produces many small computations that aren't cached.
1 parent f407298
Raw File
WORKSPACE
# The XLA commit is determined by third_party/xla/workspace.bzl.
load("//third_party/xla:workspace.bzl", jax_xla_workspace = "repo")
jax_xla_workspace()

load("//third_party/ducc:workspace.bzl", ducc = "repo")
ducc()

load("@xla//:workspace4.bzl", "xla_workspace4")
xla_workspace4()

load("@xla//:workspace3.bzl", "xla_workspace3")
xla_workspace3()

load("@xla//:workspace2.bzl", "xla_workspace2")
xla_workspace2()

load("@xla//:workspace1.bzl", "xla_workspace1")
xla_workspace1()

load("@xla//:workspace0.bzl", "xla_workspace0")
xla_workspace0()

load("//third_party/flatbuffers:workspace.bzl", flatbuffers = "repo")
flatbuffers()

load("//third_party/robin_map:workspace.bzl", robin_map = "repo")
robin_map()

load("//third_party/nanobind:workspace.bzl", nanobind = "repo")
nanobind()

back to top