NVIDIA / nvbench

CUDA Kernel Benchmarking Library
Apache License 2.0
474 stars 63 forks source link

Restrict stopping criterion parameter usage in command line #174

Open psvvsp opened 3 months ago

psvvsp commented 3 months ago

Now the option parser throws an exception if any parameters don't match corresponding stopping criterions. This PR addresses issue #153 .

copy-pr-bot[bot] commented 3 months ago

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.

psvvsp commented 3 months ago

@alliepiper could you please take a look at this PR if you have free time?

alliepiper commented 3 months ago

@gevtushenko -- you're most familiar with this functionality, could you check this out when you get a chance?