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
when i have cpu with 32k cache L2 , how to calculate the mc and mk in MMult_4x4_11.c . in the function MY_MMult i think it should be for ( p=0; p<k + kc ; p+=kc ) also for for ( i=0; i<m+mc ; i+=mc )
The text was updated successfully, but these errors were encountered:
when i have cpu with 32k cache L2 , how to calculate the mc and mk in MMult_4x4_11.c . in the function MY_MMult i think it should be for ( p=0; p<k + kc ; p+=kc ) also for for ( i=0; i<m+mc ; i+=mc )
The text was updated successfully, but these errors were encountered: