Skip to content

Commit ffd8138

Browse files
authored
Update to rocm-jaxlib-v0.9.1 (#64)
* Update to v0.9.1 rocm * fix
1 parent f2d6d3a commit ffd8138

File tree

4 files changed

+4
-29
lines changed

4 files changed

+4
-29
lines changed

openxla/commits.env

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
XLA_COMMIT=9e9a0fb13b164c9875349246d1d8616a267c9bf5
2-
ROCM_XLA_COMMIT=c40171e49b63e8a12498fae2b64f90c2406802ec
1+
XLA_COMMIT=8352d6be49e512b1a422e693c17973d010939ea6
2+
ROCM_XLA_COMMIT=67f07743e4e80743315f7e4ddc0031eeb02b5f1a

openxla/patches/rocm/0002-Use-hermetic-cc-toolchain-for-Linux-CPU-use-glibc-2..patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ index 8d7f1384d8..8cd8df86a0 100644
1717

1818
+HERMETIC_CC_TOOLCHAIN_VERSION = "v3.1.1"
1919
+
20-
+http_archive(
20+
+tf_http_archive(
2121
+ name = "hermetic_cc_toolchain",
2222
+ sha256 = "907745bf91555f77e8234c0b953371e6cac5ba715d1cf12ff641496dd1bce9d1",
2323
+ urls = [

openxla/patches/rocm/0003-Fixed-issue-with-passing-arch_name-in-CreateTritonPi.patch

Lines changed: 0 additions & 25 deletions
This file was deleted.

tools/resolve-openxla-heads.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
set -euo pipefail
44

55
xla_branch="main"
6-
rocm_xla_branch="rocm-jaxlib-v0.8.0"
6+
rocm_xla_branch="rocm-jaxlib-v0.9.1"
77

88
xla_commit="$(
99
gh api "repos/openxla/xla/commits/${xla_branch}" --jq '.sha'

0 commit comments

Comments
 (0)