Oleksandr Pavlyk
f392725015
Correct Python API signature of State.get_axis_values_as_strings ( #346 )
...
* Correct Python API signature of State.get_axis_values_as_strings
The C++ API has default boolean argument color, but Python API
declared no arguments.
Closes #345
* Also exercise invocation of get_axis_values_as_string with keyword argument value
* Remove use of cuda.core.experimental
2026-05-04 08:40:29 -05:00
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
6aff4712f8
Change permissions of test/run_1.py
2025-08-04 10:13:08 -05:00
Oleksandr Pavlyk
453a1648aa
Improvements to readability of examples per PR review
2025-07-31 16:20:52 -05:00
Oleksandr Pavlyk
b97e27cbf2
Add use of add_axis_values and add_axis_values_as_string to test/run_1.py
2025-07-28 15:37:05 -05:00
Oleksandr Pavlyk
526856db4e
Fix typo in the method spelling
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
6552ef503c
Draft of Python API for NVBench
...
The prototype is based on pybind11 to minimize boiler-plate
code needed to deal with move-only semantics of many nvbench
classes.
2025-07-28 15:37:04 -05:00