Skip to content

Commit b056203

Browse files
committed
add default initializer for the scheduler
1 parent 46e68f0 commit b056203

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/ck_tile/ops/gemm/kernel/universal_gemm_kernel.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ struct UniversalGemmKernelArgs
118118
index_t stride_E;
119119
index_t k_batch;
120120
/// @brief Persistent async input scheduler for chunk-based tile scheduling.
121-
PersistentAsyncInputScheduler async_input_scheduler;
121+
PersistentAsyncInputScheduler async_input_scheduler = {};
122122
};
123123

124124
/// @brief The Universal GEMM kernel template.

0 commit comments

Comments
 (0)