Browse Source

Change BLOCK SIZE of LOONGSON3A TARGET.

tags/v0.1alpha2^2
traz 14 years ago
parent
commit
1aa9a298e1
1 changed files with 7 additions and 5 deletions
  1. +7
    -5
      param.h

+ 7
- 5
param.h View File

@@ -1482,25 +1482,27 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.


#define SGEMM_DEFAULT_UNROLL_M 2 #define SGEMM_DEFAULT_UNROLL_M 2
#define SGEMM_DEFAULT_UNROLL_N 8 #define SGEMM_DEFAULT_UNROLL_N 8
#define DGEMM_DEFAULT_UNROLL_M 2
#define DGEMM_DEFAULT_UNROLL_N 8

#define DGEMM_DEFAULT_UNROLL_M 4
#define DGEMM_DEFAULT_UNROLL_N 4

#define CGEMM_DEFAULT_UNROLL_M 1 #define CGEMM_DEFAULT_UNROLL_M 1
#define CGEMM_DEFAULT_UNROLL_N 4 #define CGEMM_DEFAULT_UNROLL_N 4
#define ZGEMM_DEFAULT_UNROLL_M 1 #define ZGEMM_DEFAULT_UNROLL_M 1
#define ZGEMM_DEFAULT_UNROLL_N 4 #define ZGEMM_DEFAULT_UNROLL_N 4


#define SGEMM_DEFAULT_P 108 #define SGEMM_DEFAULT_P 108
#define DGEMM_DEFAULT_P 112
#define DGEMM_DEFAULT_P 32
#define CGEMM_DEFAULT_P 108 #define CGEMM_DEFAULT_P 108
#define ZGEMM_DEFAULT_P 112 #define ZGEMM_DEFAULT_P 112


#define SGEMM_DEFAULT_Q 288 #define SGEMM_DEFAULT_Q 288
#define DGEMM_DEFAULT_Q 144
#define DGEMM_DEFAULT_Q 112
#define CGEMM_DEFAULT_Q 144 #define CGEMM_DEFAULT_Q 144
#define ZGEMM_DEFAULT_Q 72 #define ZGEMM_DEFAULT_Q 72


#define SGEMM_DEFAULT_R 2000 #define SGEMM_DEFAULT_R 2000
#define DGEMM_DEFAULT_R 2000
#define DGEMM_DEFAULT_R 1000
#define CGEMM_DEFAULT_R 2000 #define CGEMM_DEFAULT_R 2000
#define ZGEMM_DEFAULT_R 2000 #define ZGEMM_DEFAULT_R 2000




Loading…
Cancel
Save