Browse Source

Adjust Haswell ZGEMM blocking parameters

tags/v0.3.8^2
wjc404 GitHub 5 years ago
parent
commit
105e26e12a
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      param.h

+ 2
- 2
param.h 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


Loading…
Cancel
Save