adjust avx512 zgemm3m parameters

This commit is contained in:
wjc404 2019-12-02 15:50:08 +08:00 committed by GitHub
parent 235599f17a
commit b1934ace2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -1719,14 +1719,14 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#define CGEMM3M_DEFAULT_UNROLL_N 8 #define CGEMM3M_DEFAULT_UNROLL_N 8
#define CGEMM3M_DEFAULT_UNROLL_M 4 #define CGEMM3M_DEFAULT_UNROLL_M 4
#define ZGEMM3M_DEFAULT_UNROLL_N 8 #define ZGEMM3M_DEFAULT_UNROLL_N 4
#define ZGEMM3M_DEFAULT_UNROLL_M 2 #define ZGEMM3M_DEFAULT_UNROLL_M 8
#define CGEMM3M_DEFAULT_P 448 #define CGEMM3M_DEFAULT_P 448
#define ZGEMM3M_DEFAULT_P 224 #define ZGEMM3M_DEFAULT_P 384
#define XGEMM3M_DEFAULT_P 112 #define XGEMM3M_DEFAULT_P 112
#define CGEMM3M_DEFAULT_Q 224 #define CGEMM3M_DEFAULT_Q 224
#define ZGEMM3M_DEFAULT_Q 224 #define ZGEMM3M_DEFAULT_Q 168
#define XGEMM3M_DEFAULT_Q 224 #define XGEMM3M_DEFAULT_Q 224
#define CGEMM3M_DEFAULT_R 12288 #define CGEMM3M_DEFAULT_R 12288
#define ZGEMM3M_DEFAULT_R 12288 #define ZGEMM3M_DEFAULT_R 12288