NVIDIA / nvbench

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

Removed extraneous break statements that caused nvc++ to give warnings #171

Closed cliffburdick closed 3 months ago

cliffburdick commented 3 months ago

nvc++ used as a host compiler for nvcc gives warnings with -Wall on relating to using a break statement following a return inside of a case. This removes the break statements.

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.

alliepiper commented 3 months ago

/ok to test

alliepiper commented 3 months ago

/ok to test

alliepiper commented 3 months ago

/ok to test

alliepiper commented 3 months ago

/ok to test