mirror of
https://github.com/NVIDIA/nvbench.git
synced 2026-04-30 11:41:14 +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()
|
void blocking_kernel::timeout_detected()
|
||||||
{
|
{
|
||||||
NVBENCH_THROW(std::runtime_error,
|
NVBENCH_THROW(std::runtime_error,
|
||||||
|
"{}",
|
||||||
"Deadlock detected -- missing nvbench::exec_tag::sync? "
|
"Deadlock detected -- missing nvbench::exec_tag::sync? "
|
||||||
"See stdout for details.");
|
"See stdout for details.");
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user