Modify aligned address of sa and sb to improve the performance of multi-threads.

This commit is contained in:
traz
2011-09-23 20:59:48 +00:00
parent e08cfaf9ca
commit 831858b883
3 changed files with 12 additions and 23 deletions
+2 -2
View File
@@ -688,11 +688,11 @@ void blas_set_parameter(void){
if(blas_num_threads == 1){
#endif
//single thread
dgemm_r = 1000;
dgemm_r = 1024;
#ifdef SMP
}else{
//multi thread
dgemm_r = 300;
dgemm_r = 200;
}
#endif
#endif