"include/composable_kernel/utility/Array.hpp" did not exist on "08c692433e527adb03995994c02181ea1ad8ba7e"
Commit 5032deb5 authored by Anthony Chang's avatar Anthony Chang
Browse files

remove old sanity check

parent edbed47e
......@@ -241,8 +241,6 @@ struct GridwiseBatchedGemmGemm_Xdl_CShuffle
return false;
}
assert(num_gemm1_k_outer_loop * num_gemm1_k_inner_loop == N / Gemm1KPerBlock);
if(!block_2_ctile_map.CheckValidity(c_grid_desc_m_n))
{
return false;
......
......@@ -245,8 +245,6 @@ struct GridwiseBatchedGemmSoftmaxGemm_Xdl_CShuffle
return false;
}
assert(num_gemm1_k_outer_loop * num_gemm1_k_inner_loop == N / Gemm1KPerBlock);
if(!block_2_ctile_map.CheckValidity(c_grid_desc_m_n))
{
return false;
......
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