Skip to content

Commit 46825fc

Browse files
authored
rocm: rollback to 0.9.0 (#68)
1 parent 7a484e3 commit 46825fc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

openxla/commits.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
XLA_COMMIT=8352d6be49e512b1a422e693c17973d010939ea6
2-
ROCM_XLA_COMMIT=67f07743e4e80743315f7e4ddc0031eeb02b5f1a
2+
ROCM_XLA_COMMIT=ca6c4f848fa6784eea489b941cc973fe1ae8c5c2

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.9.1"
6+
rocm_xla_branch="rocm-jaxlib-v0.9.0"
77

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

0 commit comments

Comments
 (0)