Skip to content

Commit

Permalink
set outer_ofm for llama/qwen
Browse files Browse the repository at this point in the history
  • Loading branch information
yeonbok committed Sep 12, 2024
1 parent 36ee8c1 commit 8ec53ad
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ FullyConnected_bf_tiled::GetAutoTuneParams(const fully_connected_params& params,
if (params.weights.GetLayout() == WeightsLayout::os_iyx_osv16) {
return selector.Default(tune_params(1, 1, 4, 4, 1, 1, 1, EXE_MODE_DEFAULT));
} else if (params.weights.GetLayout() == WeightsLayout::os_iyx_osv64) {
return selector.Default(tune_params(1, 4, 4, 2, 2, 1, 1, EXE_MODE_DEFAULT));
return selector.Default(tune_params(1, 4, 4, 2, 1, 1, 1, EXE_MODE_DEFAULT));
} else {
return selector.Default(tune_params(1, 2, 4, 2, 1, 1, 1, EXE_MODE_DEFAULT));
}
Expand Down

0 comments on commit 8ec53ad

Please sign in to comment.