v0.5.5rc5-rocm-torch210

LMCache/LMCachev0.5.5rc5-rocm-torch210Sep 4, 2026by github-actions[bot]

AI Summary

Release candidate 5 for LMCache v0.5.5 tailored for AMD ROCm 7.2.4 with PyTorch 2.10.0, targeting specific GPU architectures including MI300X/MI325X (gfx942) and MI350X/MI355X (gfx950).

Key Highlights

  • AMD ROCm 7.2.4 / PyTorch 2.10.0 support
  • Support for gfx942 and gfx950 GPU architectures
  • Pinned ABI compatibility (cp312, CXX11 ABI=1)
  • Specific build environment details provided

New Features

  • AMD ROCm integration with PyTorch 2.10.0

Full Release Notes

ROCm wheel for LMCache v0.5.5rc5, built and tested in
`rocm/pytorch:rocm7.2.4_ubuntu24.04_py3.12_pytorch_release_2.10.0`
at digest `sha256:4449f856653602317e4101a76fce599c7fcd58ccec2e539951fce5f73083179e`.

Supported ABI (exact):
- AMD torch wheel source: https://repo.radeon.com/rocm/manylinux/rocm-rel-7.2.4/torch-2.10.0%2Brocm7.2.4.lw.git3d3aa833-cp312-cp312-linux_x86_64.whl
- torch runtime: `2.10.0+rocm7.2.4.git3d3aa833` (git `3d3aa833db84eed6b7f5595cb5f162c2f78300a4`)
- ROCm: `7.2.4` (HIP runtime `7.2.53211`)
- Python/platform: `cp312-cp312-manylinux_2_39_x86_64`
- C++ ABI: `_GLIBCXX_USE_CXX11_ABI=1`

It includes gfx942/gfx950 GPU code objects and all integrations shipped
by the corresponding LMCache release.

Install into the pinned AMD PyTorch container:
```bash
VERSION=v0.5.5rc5
pip install lmcache==0.5.5rc5+rocm7.2.4.torch2.10.git3d3aa833.cxx11abi1 --no-deps \
  --find-links https://github.com/LMCache/LMCache/releases/expanded_assets/${VERSION}-rocm-torch210
```