Skip to content

Commit fb1d003

Browse files
committed
update SpMV backend in readme
1 parent 5f6745d commit fb1d003

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@ Our work is presented in two papers:
2929
* **GPU:** NVIDIA GPU with CUDA 12.4+.
3030
* **Build Tools:** CMake (≥ 3.20), GCC, NVCC.
3131

32-
> **SpMV backend** is selected automatically based on cuSPARSE version (`cusparseSpMV` for < 13.1 Update 1; `cusparseSpMVOp` for >= 13.1 Update 1).
32+
> **SpMV backend** is selected automatically at compile time based on cuSPARSE version:
33+
> - `cusparseSpMV` — CUDA 12.4 – 13.1 (cuSPARSE < 12.7.3)
34+
> - `cusparseSpMVOp` — CUDA 13.1 Update 1+ (cuSPARSE ≥ 12.7.3)
3335
3436
### Build from Source
3537
Clone the repository and compile the project using CMake.

python/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ It provides a high-level, Pythonic API for constructing, modifying, and solving
1818
- An NVIDIA GPU with CUDA support (≥12.4 required)
1919
- A C/C++ toolchain with GCC and NVCC
2020

21-
> **SpMV backend** is selected automatically based on cuSPARSE version (`cusparseSpMV` for < 13.1 Update 1; `cusparseSpMVOp` for >= 13.1 Update 1).
21+
> **SpMV backend** is selected automatically at compile time based on cuSPARSE version:
22+
> - `cusparseSpMV` — CUDA 12.4 – 13.1 (cuSPARSE < 12.7.3)
23+
> - `cusparseSpMVOp` — CUDA 13.1 Update 1+ (cuSPARSE ≥ 12.7.3)
2224
2325

2426
### Install

0 commit comments

Comments
 (0)