Skip to content

Conversation

@oleksandr-pavlyk
Copy link
Collaborator

@oleksandr-pavlyk oleksandr-pavlyk commented Feb 2, 2026

Closes #272

The option sets m_skip_batched added boolean member in nvbench::benchmark_base class. Methods bool get_skip_batched() and void set_skip_batched(bool) are added.

The member variable m_skip_batched is also added to nvbench::state class. Similarly named methods are added.

CLI help file documents --no-batched option.

This PR changes the NVBench library only. Changes to Python API will be added in a follow-up PR after #294 is merged

The option sets m_skip_batched boolean member in benchmark_base class.
Methods `bool get_skip_batched()` and `void set_skip_batched(bool)` added.

m_skip_batched is also added to state class. Similarly named methods
are added.

CLI help file documents `--no-batched` option.
@oleksandr-pavlyk oleksandr-pavlyk merged commit 8a128ed into NVIDIA:main Feb 2, 2026
59 of 81 checks passed
@oleksandr-pavlyk oleksandr-pavlyk deleted the support-skipping-batched-runs branch February 2, 2026 23:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add command line option to skip batch benchmarks

2 participants