cuda.nvbench -> cuda.bench

Per PR review suggestion:
   - `cuda.parallel`    - device-wide algorithms/Thrust
   - `cuda.cooperative` - Cooperative algorithsm/CUB
   - `cuda.bench`       - Benchmarking/NVBench
This commit is contained in:
Oleksandr Pavlyk
2025-08-04 13:42:43 -05:00
parent c2a2acc9b6
commit b5e4b4ba31
19 changed files with 136 additions and 140 deletions

View File

@@ -56,4 +56,4 @@ root = ".."
[tool.scikit-build.wheel.packages]
"cuda" = "cuda"
"cuda/nvbench" = "cuda/nvbench"
"cuda/bench" = "cuda/bench"