|
|
@@ -1964,7 +1964,7 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
|
|
|
#define SNUMOPT 16 |
|
|
|
#define DNUMOPT 8 |
|
|
|
|
|
|
|
#define GEMM_DEFAULT_OFFSET_A 384 |
|
|
|
#define GEMM_DEFAULT_OFFSET_A 131072 |
|
|
|
#define GEMM_DEFAULT_OFFSET_B 1024 |
|
|
|
#define GEMM_DEFAULT_ALIGN 0x03fffUL |
|
|
|
|
|
|
@@ -1977,17 +1977,17 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
|
|
|
#define ZGEMM_DEFAULT_UNROLL_M 8 |
|
|
|
#define ZGEMM_DEFAULT_UNROLL_N 2 |
|
|
|
|
|
|
|
#define SGEMM_DEFAULT_P 480 |
|
|
|
#define SGEMM_DEFAULT_P 960 |
|
|
|
#define DGEMM_DEFAULT_P 480 |
|
|
|
#define CGEMM_DEFAULT_P 480 |
|
|
|
#define ZGEMM_DEFAULT_P 240 |
|
|
|
|
|
|
|
#define SGEMM_DEFAULT_Q 1440 |
|
|
|
#define SGEMM_DEFAULT_Q 720 |
|
|
|
#define DGEMM_DEFAULT_Q 720 |
|
|
|
#define CGEMM_DEFAULT_Q 720 |
|
|
|
#define ZGEMM_DEFAULT_Q 360 |
|
|
|
|
|
|
|
#define SGEMM_DEFAULT_R 28800 |
|
|
|
#define SGEMM_DEFAULT_R 14400 |
|
|
|
#define DGEMM_DEFAULT_R 14400 |
|
|
|
#define CGEMM_DEFAULT_R 14400 |
|
|
|
#define ZGEMM_DEFAULT_R 7200 |
|
|
|