Browse Source

Merge branch 'loongson3a' of github.com:xianyi/OpenBLAS into loongson3a

tags/v0.1.0^2
traz 14 years ago
parent
commit
048742f38f
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      driver/others/parameter.c

+ 4
- 0
driver/others/parameter.c View File

@@ -684,13 +684,17 @@ void blas_set_parameter(void){
#if defined(ARCH_MIPS64)
void blas_set_parameter(void){
#if defined(LOONGSON3A)
#ifdef SMP
if(blas_num_threads == 1){
#endif
//single thread
dgemm_r = 1000;
#ifdef SMP
}else{
//multi thread
dgemm_r = 300;
}
#endif
#endif
}
#endif

Loading…
Cancel
Save