Skip to content

Commit 1eec6de

Browse files
committed
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
1 parent ca90fe4 commit 1eec6de

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ jobs:
136136
matrix:
137137
os: [ubuntu-22.04]
138138
arch: [x86_64]
139-
rocm_version: ["6.2.4", "6.3.4", "6.4.4", "7.0.2", "7.1", "7.2.1"]
139+
rocm_version: ["6.2.4", "6.3.4", "6.4.4", "7.0.2", "7.1.1", "7.2.2"]
140140
include:
141141
- os: windows-2025
142142
arch: x86_64

docs/source/installation.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -204,8 +204,8 @@ The currently distributed `bitsandbytes` are built with the following configurat
204204
| **Linux x86-64** | 6.3.4 | CDNA: gfx90a, gfx942 / RDNA: gfx1100, gfx1101, gfx1102, gfx1103
205205
| **Linux x86-64** | 6.4.4 | CDNA: gfx90a, gfx942 / RDNA: gfx1100, gfx1101, gfx1102, gfx1103, gfx1150, gfx1151, gfx1152, gfx1153, gfx1200, gfx1201
206206
| **Linux x86-64** | 7.0.2 | CDNA: gfx90a, gfx942, gfx950 / RDNA: gfx1100, gfx1101, gfx1102, gfx1103, gfx1150, gfx1151, gfx1152, gfx1153, gfx1200, gfx1201
207-
| **Linux x86-64** | 7.1.0 | CDNA: gfx90a, gfx942, gfx950 / RDNA: gfx1100, gfx1101, gfx1102, gfx1103, gfx1150, gfx1151, gfx1152, gfx1153, gfx1200, gfx1201
208-
| **Linux x86-64** | 7.2.1 | CDNA: gfx90a, gfx942, gfx950 / RDNA: gfx1100, gfx1101, gfx1102, gfx1103, gfx1150, gfx1151, gfx1152, gfx1153, gfx1200, gfx1201
207+
| **Linux x86-64** | 7.1.1 | CDNA: gfx90a, gfx942, gfx950 / RDNA: gfx1100, gfx1101, gfx1102, gfx1103, gfx1150, gfx1151, gfx1152, gfx1153, gfx1200, gfx1201
208+
| **Linux x86-64** | 7.2.2 | CDNA: gfx90a, gfx942, gfx950 / RDNA: gfx1100, gfx1101, gfx1102, gfx1103, gfx1150, gfx1151, gfx1152, gfx1153, gfx1200, gfx1201
209209
| **Windows x86-64** | 7.2.1 | RDNA: gfx1100, gfx1101, gfx1102, gfx1150, gfx1151, gfx1200, gfx1201
210210

211211
Use `pip` or `uv` to install the latest release:
@@ -216,7 +216,7 @@ pip install bitsandbytes
216216

217217
### Compile from Source[[rocm-compile]]
218218

219-
bitsandbytes can be compiled from ROCm 6.2 - ROCm 7.2.1. See the `CMakeLists.txt` for additional options.
219+
bitsandbytes can be compiled from ROCm 6.2 - ROCm 7.2.2. See the `CMakeLists.txt` for additional options.
220220

221221
<hfoptions id="rocm-source">
222222
<hfoption id="Linux">

0 commit comments

Comments
 (0)