Adjust Haswell ZGEMM blocking parameters

This commit is contained in:
wjc404 2019-12-21 14:38:51 +08:00 committed by GitHub
parent f41d52665d
commit 105e26e12a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1572,7 +1572,7 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#define SGEMM_DEFAULT_P 768
#define DGEMM_DEFAULT_P 512
#define CGEMM_DEFAULT_P 384
#define ZGEMM_DEFAULT_P 256
#define ZGEMM_DEFAULT_P 192
#ifdef WINDOWS_ABI
#define SGEMM_DEFAULT_Q 320
@ -1582,7 +1582,7 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#define DGEMM_DEFAULT_Q 256
#endif
#define CGEMM_DEFAULT_Q 192
#define ZGEMM_DEFAULT_Q 128
#define ZGEMM_DEFAULT_Q 192
#define SGEMM_DEFAULT_R sgemm_r
#define DGEMM_DEFAULT_R 13824