|
|
@@ -36,6 +36,10 @@ |
|
|
/* or implied, of The University of Texas at Austin. */ |
|
|
/* or implied, of The University of Texas at Austin. */ |
|
|
/*********************************************************************/ |
|
|
/*********************************************************************/ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* FIXME TRMV multithreading appears to be broken, see issue 1332*/ |
|
|
|
|
|
#undef SMP |
|
|
|
|
|
|
|
|
#include <stdio.h> |
|
|
#include <stdio.h> |
|
|
#include <ctype.h> |
|
|
#include <ctype.h> |
|
|
#include "common.h" |
|
|
#include "common.h" |
|
|
@@ -239,9 +243,6 @@ void CNAME(enum CBLAS_ORDER order, enum CBLAS_UPLO Uplo, |
|
|
} else |
|
|
} else |
|
|
nthreads = 1; |
|
|
nthreads = 1; |
|
|
|
|
|
|
|
|
/* FIXME TRMV multithreading appears to be broken, see issue 1332*/ |
|
|
|
|
|
nthreads = 1; |
|
|
|
|
|
|
|
|
|
|
|
if(nthreads > 1) { |
|
|
if(nthreads > 1) { |
|
|
buffer_size = n > 16 ? 0 : n * 4 + 40; |
|
|
buffer_size = n > 16 ? 0 : n * 4 + 40; |
|
|
} |
|
|
} |
|
|
|