mirror of
https://github.com/NVIDIA/nvbench.git
synced 2026-04-20 06:48:53 +00:00
Fix no_block_tags
Co-authored-by: Allison Vacanti <alliepiper16@gmail.com>
This commit is contained in:
@@ -66,7 +66,7 @@ void state::exec(ExecTags tags, KernelLauncher &&kernel_launcher)
|
||||
|
||||
if (!(modifier_tags & no_block) && this->get_disable_blocking_kernel())
|
||||
{
|
||||
constexpr auto no_block_tags = modifier_tags | no_block;
|
||||
constexpr auto no_block_tags = tags | no_block;
|
||||
this->exec(no_block_tags, std::forward<KernelLauncher>(kernel_launcher));
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user