Browse Source

optimized param.h

tags/v0.2.9.rc1
wernsaar 12 years ago
parent
commit
04391e6d9c
1 changed files with 5 additions and 5 deletions
  1. +5
    -5
      param.h

+ 5
- 5
param.h View File

@@ -1802,8 +1802,8 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#define GEMM_DEFAULT_OFFSET_B 0 #define GEMM_DEFAULT_OFFSET_B 0
#define GEMM_DEFAULT_ALIGN 0x03fffUL #define GEMM_DEFAULT_ALIGN 0x03fffUL


#define SGEMM_DEFAULT_UNROLL_M 2
#define SGEMM_DEFAULT_UNROLL_N 2
#define SGEMM_DEFAULT_UNROLL_M 4
#define SGEMM_DEFAULT_UNROLL_N 4


#define DGEMM_DEFAULT_UNROLL_M 4 #define DGEMM_DEFAULT_UNROLL_M 4
#define DGEMM_DEFAULT_UNROLL_N 4 #define DGEMM_DEFAULT_UNROLL_N 4
@@ -1814,17 +1814,17 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#define ZGEMM_DEFAULT_UNROLL_M 2 #define ZGEMM_DEFAULT_UNROLL_M 2
#define ZGEMM_DEFAULT_UNROLL_N 2 #define ZGEMM_DEFAULT_UNROLL_N 2


#define SGEMM_DEFAULT_P 64
#define SGEMM_DEFAULT_P 128
#define DGEMM_DEFAULT_P 128 #define DGEMM_DEFAULT_P 128
#define CGEMM_DEFAULT_P 24 #define CGEMM_DEFAULT_P 24
#define ZGEMM_DEFAULT_P 20 #define ZGEMM_DEFAULT_P 20


#define SGEMM_DEFAULT_Q 192
#define SGEMM_DEFAULT_Q 240
#define DGEMM_DEFAULT_Q 96 #define DGEMM_DEFAULT_Q 96
#define CGEMM_DEFAULT_Q 128 #define CGEMM_DEFAULT_Q 128
#define ZGEMM_DEFAULT_Q 64 #define ZGEMM_DEFAULT_Q 64


#define SGEMM_DEFAULT_R 512
#define SGEMM_DEFAULT_R 4096
#define DGEMM_DEFAULT_R 512 #define DGEMM_DEFAULT_R 512
#define CGEMM_DEFAULT_R 512 #define CGEMM_DEFAULT_R 512
#define ZGEMM_DEFAULT_R 512 #define ZGEMM_DEFAULT_R 512


Loading…
Cancel
Save