diff --git a/example/01_gemm/gemm_xdl_skip_b_lds_fp16.cpp b/example/01_gemm/gemm_xdl_skip_b_lds_fp16.cpp index 66467a4076..ed172fdc62 100644 --- a/example/01_gemm/gemm_xdl_skip_b_lds_fp16.cpp +++ b/example/01_gemm/gemm_xdl_skip_b_lds_fp16.cpp @@ -100,6 +100,10 @@ int main(int argc, char* argv[]) ck::index_t StrideC = 16; #endif + if(argc == 1) + { + // use default case + } if(argc == 4) { do_verification = std::stoi(argv[1]);