From 1eec6de44564af390a0f519a2c9701aa3c4acf46 Mon Sep 17 00:00:00 2001 From: Strahinja Stamenkovic Date: Wed, 15 Apr 2026 10:48:51 +0000 Subject: [PATCH] ci: bump supported ROCm patch versions Update the Linux ROCm support matrix to the newest published patch images while keeping Windows pinned to ROCm 7.2.1 until newer Windows SDK releases are available. Made-with: Cursor --- .github/workflows/python-package.yml | 2 +- docs/source/installation.mdx | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index 1b4174017..b16a9ab11 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -136,7 +136,7 @@ jobs: matrix: os: [ubuntu-22.04] arch: [x86_64] - rocm_version: ["6.2.4", "6.3.4", "6.4.4", "7.0.2", "7.1", "7.2.1"] + rocm_version: ["6.2.4", "6.3.4", "6.4.4", "7.0.2", "7.1.1", "7.2.2"] include: - os: windows-2025 arch: x86_64 diff --git a/docs/source/installation.mdx b/docs/source/installation.mdx index 6ff11e6c3..5fcbea288 100644 --- a/docs/source/installation.mdx +++ b/docs/source/installation.mdx @@ -204,8 +204,8 @@ The currently distributed `bitsandbytes` are built with the following configurat | **Linux x86-64** | 6.3.4 | CDNA: gfx90a, gfx942 / RDNA: gfx1100, gfx1101, gfx1102, gfx1103 | **Linux x86-64** | 6.4.4 | CDNA: gfx90a, gfx942 / RDNA: gfx1100, gfx1101, gfx1102, gfx1103, gfx1150, gfx1151, gfx1152, gfx1153, gfx1200, gfx1201 | **Linux x86-64** | 7.0.2 | CDNA: gfx90a, gfx942, gfx950 / RDNA: gfx1100, gfx1101, gfx1102, gfx1103, gfx1150, gfx1151, gfx1152, gfx1153, gfx1200, gfx1201 -| **Linux x86-64** | 7.1.0 | CDNA: gfx90a, gfx942, gfx950 / RDNA: gfx1100, gfx1101, gfx1102, gfx1103, gfx1150, gfx1151, gfx1152, gfx1153, gfx1200, gfx1201 -| **Linux x86-64** | 7.2.1 | CDNA: gfx90a, gfx942, gfx950 / RDNA: gfx1100, gfx1101, gfx1102, gfx1103, gfx1150, gfx1151, gfx1152, gfx1153, gfx1200, gfx1201 +| **Linux x86-64** | 7.1.1 | CDNA: gfx90a, gfx942, gfx950 / RDNA: gfx1100, gfx1101, gfx1102, gfx1103, gfx1150, gfx1151, gfx1152, gfx1153, gfx1200, gfx1201 +| **Linux x86-64** | 7.2.2 | CDNA: gfx90a, gfx942, gfx950 / RDNA: gfx1100, gfx1101, gfx1102, gfx1103, gfx1150, gfx1151, gfx1152, gfx1153, gfx1200, gfx1201 | **Windows x86-64** | 7.2.1 | RDNA: gfx1100, gfx1101, gfx1102, gfx1150, gfx1151, gfx1200, gfx1201 Use `pip` or `uv` to install the latest release: @@ -216,7 +216,7 @@ pip install bitsandbytes ### Compile from Source[[rocm-compile]] -bitsandbytes can be compiled from ROCm 6.2 - ROCm 7.2.1. See the `CMakeLists.txt` for additional options. +bitsandbytes can be compiled from ROCm 6.2 - ROCm 7.2.2. See the `CMakeLists.txt` for additional options.