Skip to content

Commit 3f24dfd

Browse files
hawkinspGoogle-ML-Automation
authored andcommitted
Migrate mhlo dialect extension to nanobind.
PiperOrigin-RevId: 707562235
1 parent aaabb97 commit 3f24dfd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

jaxlib/mlir/_mlir_libs/BUILD.bazel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -290,9 +290,9 @@ py_extension(
290290
deps = [
291291
":jaxlib_mlir_capi_shared_library",
292292
"@llvm-project//mlir:CAPIIRHeaders",
293-
"@llvm-project//mlir:MLIRBindingsPythonHeaders",
293+
"@llvm-project//mlir:MLIRBindingsPythonNanobindHeaders",
294294
"@local_config_python//:headers",
295-
"@pybind11",
295+
"@nanobind",
296296
"@xla//xla/mlir_hlo:CAPIHeaders",
297297
],
298298
)

third_party/xla/workspace.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ load("//third_party:repo.bzl", "tf_http_archive", "tf_mirror_urls")
2121
# curl -L https://github.com/openxla/xla/archive/<git hash>.tar.gz | sha256sum
2222
# and update XLA_SHA256 with the result.
2323

24-
XLA_COMMIT = "0c9760db4399ded975e118f310f6976a60fcdc74"
25-
XLA_SHA256 = "bc5fdb66150557a5eaed3846d6f844ef9e82b986cedde3817496075c5bbb2eb1"
24+
XLA_COMMIT = "87f7e370eb761cdd2fe371972288ee70d2a9e21a"
25+
XLA_SHA256 = "a7c47360864da63bb7068924497ce2d723b08210b0a9a41d79175b2ba0d6b417"
2626

2727
def repo():
2828
tf_http_archive(

0 commit comments

Comments
 (0)