Mercurial > cgi-bin > hgwebdir.cgi > PR > Applications > SSR > SSR__Blocked_Matrix_Mult__Bench
changeset 23:b7d8cf6680a9 perf_tuning_paper portable version
portable ver: start division at core 1
| author | Nina Engelhardt <nengel@mailbox.tu-berlin.de> |
|---|---|
| date | Tue, 17 Apr 2012 19:39:18 +0200 |
| parents | 9b1fea8d8aeb |
| children | 1f1603c15b61 |
| files | SSR_Matrix_Mult/Divide_Pr.c |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line diff
1.1 --- a/SSR_Matrix_Mult/Divide_Pr.c Tue Apr 17 19:20:46 2012 +0200 1.2 +++ b/SSR_Matrix_Mult/Divide_Pr.c Tue Apr 17 19:39:18 2012 +0200 1.3 @@ -370,7 +370,7 @@ 1.4 numToPutOntoEachCore = numRowIdxs*numColIdxs/numCores; 1.5 leftOverFraction = 0; 1.6 numVecOnCurrCore = 0; 1.7 - coreToAssignOnto = 0; 1.8 + coreToAssignOnto = 1; 1.9 1.10 for( resRowIdx = 0; resRowIdx < numRowIdxs; resRowIdx++ ) 1.11 {
