Commit b725e3fc authored by Chao Liu's avatar Chao Liu
Browse files

Merge remote-tracking branch 'origin/develop' into miopen_downstream-dynamic_reduction_pr

parents df0d6810 f3acd251
This diff is collapsed.
This diff is collapsed.
...@@ -9,8 +9,8 @@ struct tunable_dyn_conv_fwd_v4r4_xdlops_nchw_kcyx_nkhw ...@@ -9,8 +9,8 @@ struct tunable_dyn_conv_fwd_v4r4_xdlops_nchw_kcyx_nkhw
int NPerBlock; int NPerBlock;
int KPerBlock; int KPerBlock;
int MPerWave; int MPerXDL;
int NPerWave; int NPerXDL;
int K1; int K1;
int MRepeat; int MRepeat;
...@@ -45,8 +45,8 @@ static tunable_dyn_conv_fwd_v4r4_xdlops_nchw_kcyx_nkhw ...@@ -45,8 +45,8 @@ static tunable_dyn_conv_fwd_v4r4_xdlops_nchw_kcyx_nkhw
128, // MPerBlock, 128, // MPerBlock,
128, // NPerBlock, 128, // NPerBlock,
4, // KPerBlock, 4, // KPerBlock,
32, // MPerWave, 32, // MPerXDL,
32, // NPerWave, 32, // NPerXDL,
4, // K1, 4, // K1,
2, // MRepeat, 2, // MRepeat,
2, // NRepeat, 2, // NRepeat,
......
This diff is collapsed.
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