Skip to content

Commit 4ab144a

Browse files
please GCC
1 parent e7da8c0 commit 4ab144a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cub/cub/device/dispatch/dispatch_reduce.cuh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -758,7 +758,7 @@ CUB_RUNTIME_FUNCTION _CCCL_FORCEINLINE auto dispatch(
758758
KernelLauncherFactory launcher_factory = {})
759759
{
760760
// from Dispatch()
761-
::cuda::arch_id arch_id;
761+
::cuda::arch_id arch_id{};
762762
if (const auto error = CubDebug(launcher_factory.ArchId(arch_id)))
763763
{
764764
return error;

0 commit comments

Comments
 (0)