NVIDIA / nvbench

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

Added cudaGetLastError() calls to reset benchmarking kernel errors (issue 88). #173

Closed psvvsp closed 3 months ago

psvvsp commented 3 months ago

Created the NVBENCH_CUDA_CALL_RESET_ERROR() macro and use it to wrap cudaStreamSynchronize() calls.

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 I addressed all your comments.

alliepiper commented 3 months ago

/ok to test

alliepiper commented 3 months ago

LGTM, thanks for the PR!