Skip to content
Open
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
2 changes: 1 addition & 1 deletion .github/workflows/_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ jobs:
uses: actions/checkout@v4
with:
ref: ${{ matrix.pjrt.target == 'cuda' && env.CUDA_XLA_COMMIT || matrix.pjrt.target == 'rocm' && env.ROCM_XLA_COMMIT || matrix.pjrt.target == 'rocm_hrx' && env.ROCM_HRX_XLA_COMMIT || matrix.pjrt.target == 'oneapi' && env.ONEAPI_XLA_COMMIT || env.XLA_COMMIT }}
repository: ${{ matrix.pjrt.target == 'cuda' && 'zml/xla' || matrix.pjrt.target == 'rocm' && 'ROCm/xla' || matrix.pjrt.target == 'rocm_hrx' && 'zml/xla' || matrix.pjrt.target == 'oneapi' && 'zml/xla' || 'openxla/xla' }}
repository: ${{ matrix.pjrt.target == 'cuda' && 'zml/xla' || matrix.pjrt.target == 'rocm' && 'zml/xla' || matrix.pjrt.target == 'rocm_hrx' && 'zml/xla' || matrix.pjrt.target == 'oneapi' && 'zml/xla' || 'openxla/xla' }}
path: "xla"

- name: Apply patches to openxla
Expand Down
2 changes: 1 addition & 1 deletion openxla/bazelrc/rocm/xla_configure.bazelrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
build --repo_env=HERMETIC_PYTHON_VERSION=3.12
build:rocm_ci_hermetic --repo_env=ROCM_DISTRO_VERSION=rocm_7.14.0_multiarch
build:rocm_ci_hermetic --repo_env=ROCM_DISTRO_VERSION=rocm_10.0.0_multiarch
build:rocm_ci_hermetic --repo_env=TF_ROCM_AMDGPU_TARGETS=gfx908,gfx90a,gfx90c,gfx942,gfx950,gfx1010,gfx1011,gfx1012,gfx1030,gfx1031,gfx1032,gfx1033,gfx1034,gfx1035,gfx1036,gfx1100,gfx1101,gfx1102,gfx1103,gfx1150,gfx1151,gfx1152,gfx1200,gfx1201,gfx1153
build --copt -Wno-sign-compare
build --copt -Wno-gnu-offsetof-extensions
Expand Down
2 changes: 1 addition & 1 deletion openxla/commits.env
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
XLA_COMMIT=6b73c4c49eb0c5aee1963c1e34c7cc8ba92ac202
CUDA_XLA_COMMIT=d57d4a82b02a8b9fc9781e816c3d0efb87a3178e
ROCM_XLA_COMMIT=7b5ecf1c9282fdf1039211e0d45216980058beda
ROCM_XLA_COMMIT=1109d18c29e4b1ceb54b60fd298dffdf28b1f715
ROCM_HRX_XLA_COMMIT=b00c32a2e53405913b1f669c08793db402ae1027
ONEAPI_XLA_COMMIT=f104811c9c3a927d54fc4d5bcdce52fa0859bf69

This file was deleted.

This file was deleted.

71 changes: 0 additions & 71 deletions openxla/patches/rocm/0003-Add-TheRock-multiarch-ROCm-redist.patch

This file was deleted.

Loading