We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7da8c0 commit 4ab144aCopy full SHA for 4ab144a
cub/cub/device/dispatch/dispatch_reduce.cuh
@@ -758,7 +758,7 @@ CUB_RUNTIME_FUNCTION _CCCL_FORCEINLINE auto dispatch(
758
KernelLauncherFactory launcher_factory = {})
759
{
760
// from Dispatch()
761
- ::cuda::arch_id arch_id;
+ ::cuda::arch_id arch_id{};
762
if (const auto error = CubDebug(launcher_factory.ArchId(arch_id)))
763
764
return error;
0 commit comments