Commit 5c9ba092 authored by rtmadduri's avatar rtmadduri
Browse files

reverting changes to profile_grouped_gemm

parent 2183406b
......@@ -302,13 +302,6 @@ bool profile_grouped_gemm_impl(int do_verification,
rtol,
atol);
instance_pass =
instance_pass && ck::utils::check_err(c_m_n_device_results[i],
c_m_n_host_results[i],
"Error: Incorrect results!",
rtol,
atol);
if(do_log)
{
LogRangeAsType<float>(std::cout << "a : ", a_m_k[i].mData, ",")
......
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