mirror of
https://github.com/NVIDIA/nvbench.git
synced 2026-03-14 20:27:24 +00:00
Add missing format string.
MSVC didn't catch this, but GCC won't compile it.
This commit is contained in:
@@ -125,6 +125,7 @@ void blocking_kernel::block(const nvbench::cuda_stream &stream,
|
||||
void blocking_kernel::timeout_detected()
|
||||
{
|
||||
NVBENCH_THROW(std::runtime_error,
|
||||
"{}",
|
||||
"Deadlock detected -- missing nvbench::exec_tag::sync? "
|
||||
"See stdout for details.");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user