Oleksandr Pavlyk
b5e4b4ba31
cuda.nvbench -> cuda.bench
...
Per PR review suggestion:
- `cuda.parallel` - device-wide algorithms/Thrust
- `cuda.cooperative` - Cooperative algorithsm/CUB
- `cuda.bench` - Benchmarking/NVBench
2025-08-04 13:42:43 -05:00
Oleksandr Pavlyk
453a1648aa
Improvements to readability of examples per PR review
2025-07-31 16:20:52 -05:00
Oleksandr Pavlyk
a69a3647b2
CUTLASS example added, license headers added, fixes
...
- Add license header to each example file.
- Fixed broken runs caused by type declarations.
- Fixed hang in throughput.py when --run-once by doing a
manual warm-up step, like in auto_throughput.py
2025-07-28 15:37:05 -05:00
Oleksandr Pavlyk
a535a1d173
Fix type annotations in cuda.nvbench, and in examples
2025-07-28 15:37:05 -05:00
Oleksandr Pavlyk
e589518376
Change test and examples from using camelCase to using snake_case as implementation changed
2025-07-28 15:37:05 -05:00
Oleksandr Pavlyk
8589511f61
Corrected broken cccl_parallel_segmented_reduce.py
2025-07-28 15:37:04 -05:00
Oleksandr Pavlyk
707b24ffb5
Add examples/cccl_parallel_segmented_reduce.py
2025-07-28 15:37:04 -05:00