You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
" if m/6 < n/16, there is no benifit in splitting m, as it will
//make more skinny matix sizes."
i find that throughput is higher when no split in case (m/6 < n/16), but latency is higher than split, could you give suggestions about how to balance the throughput with latency ? is there some better split strategy ?
The text was updated successfully, but these errors were encountered:
" if m/6 < n/16, there is no benifit in splitting m, as it will
//make more skinny matix sizes."
i find that throughput is higher when no split in case (m/6 < n/16), but latency is higher than split, could you give suggestions about how to balance the throughput with latency ? is there some better split strategy ?
The text was updated successfully, but these errors were encountered: