Commit bdc8ea2c authored by Jing Zhang's avatar Jing Zhang
Browse files

return true

parent 4b2be9f8
......@@ -132,7 +132,7 @@ bool run_splitK_gemm(const ProblemSize& problem_size, const ExecutionConfig& con
return ck::utils::check_err(c_m_n_device_result.mData, c_m_n_host_result.mData) ? 0 : 1;
}
return 0;
return true;
}
bool run_splitK_gemm_example(int argc, char* argv[])
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment