Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions openxla/commits.env
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
XLA_COMMIT=9e9a0fb13b164c9875349246d1d8616a267c9bf5
ROCM_XLA_COMMIT=c40171e49b63e8a12498fae2b64f90c2406802ec
XLA_COMMIT=8352d6be49e512b1a422e693c17973d010939ea6
ROCM_XLA_COMMIT=67f07743e4e80743315f7e4ddc0031eeb02b5f1a
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ index 8d7f1384d8..8cd8df86a0 100644

+HERMETIC_CC_TOOLCHAIN_VERSION = "v3.1.1"
+
+http_archive(
+tf_http_archive(
+ name = "hermetic_cc_toolchain",
+ sha256 = "907745bf91555f77e8234c0b953371e6cac5ba715d1cf12ff641496dd1bce9d1",
+ urls = [
Expand Down

This file was deleted.

2 changes: 1 addition & 1 deletion tools/resolve-openxla-heads.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -euo pipefail

xla_branch="main"
rocm_xla_branch="rocm-jaxlib-v0.8.0"
rocm_xla_branch="rocm-jaxlib-v0.9.1"

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