nvbench
nvbench copied to clipboard
Allow users to control iteration via the concept of iteration spaces.
Changes in the work include:
- [x] Internally use linear_space for iterating
- [x] Simplify type and value iteration in
state_iterator::build_axis_configs - [x] Store the iteration space in
axes_metadata - [x] Expose
zipanduserspaces to user - [x] Add tests for
linear,zip, anduser - [x] Add examples for
zipanduser
Fixes #68
Can we revive this PR? Are there blockers?
This pull request requires additional validation before any workflows can run on NVIDIA's runners.
Pull request vetters can view their responsibilities here.
Contributors can view more details about this message here.
/ok to test 4defa02
/ok to test 4bd5690
/ok to test
/ok to test
@alliepiper, there was an error processing your request: E1
See the following link for more information: https://docs.gha-runners.nvidia.com/cpr/e/1/
/ok to test a2bf266
/ok to test c8909c7
I see a way to simplify this. Marking as draft as I work on the implementation.