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

adjust

parent 3d34cf56
...@@ -357,12 +357,12 @@ struct GridwiseGemmDlops_km_kn_mn_v3 ...@@ -357,12 +357,12 @@ struct GridwiseGemmDlops_km_kn_mn_v3
true> true>
b_thread_even_buf, b_thread_odd_buf; b_thread_even_buf, b_thread_odd_buf;
const auto E0 = b_e0_e1_n_ho_wo_e2_global_desc.GetLength(I0);
constexpr auto HasMainE0BlockLoop = false; constexpr auto HasMainE0BlockLoop = false;
if constexpr(HasMainE0BlockLoop) if constexpr(HasMainE0BlockLoop)
{ {
const auto E0 = b_e0_e1_n_ho_wo_e2_global_desc.GetLength(I0);
index_t e0_block_data_begin = 0; index_t e0_block_data_begin = 0;
do do
......
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