From d54adac89b3413cbeec2eb2a1cec9fdf9a434f3a Mon Sep 17 00:00:00 2001 From: Walter Simson Date: Thu, 21 May 2026 15:04:59 +0000 Subject: [PATCH] docs: document Blackwell (sm 12.0) GPU support in README MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The README's GPU support claim was stale at sm 5.0–9.0a; v0.6.2 pinned the bundled C++ binaries to v1.4.1, which adds sm 12.0 (Blackwell) on Linux CUDA. Update the architecture range so users with RTX 50-series / Blackwell hardware know the project supports them. Co-Authored-By: Claude Opus 4.7 (1M context) --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index d0b52556f..8f0b66fe1 100644 --- a/docs/README.md +++ b/docs/README.md @@ -4,7 +4,7 @@ [![Documentation Status](https://readthedocs.org/projects/k-wave-python/badge/?version=latest)](https://k-wave-python.readthedocs.io/en/latest/?badge=latest) [![codecov](https://codecov.io/gh/waltsims/k-wave-python/graph/badge.svg?token=6ofwtPiDNG)](https://codecov.io/gh/waltsims/k-wave-python) -A Python implementation of [k-Wave](http://www.k-wave.org/) — an acoustics toolbox for time-domain simulation of acoustic wave fields. Includes a pure NumPy/CuPy solver (`backend="python"`) and an interface to the pre-compiled k-Wave C++ binaries (`backend="cpp"`) with NVIDIA GPU support (sm 5.0–9.0a). +A Python implementation of [k-Wave](http://www.k-wave.org/) — an acoustics toolbox for time-domain simulation of acoustic wave fields. Includes a pure NumPy/CuPy solver (`backend="python"`) and an interface to the pre-compiled k-Wave C++ binaries (`backend="cpp"`) with NVIDIA GPU support from Maxwell through Blackwell (sm 5.0–9.0a, sm 12.0). ## Mission