sgemm pipeline improved, zgemm rewritten without inner packs, ABI lxvx v20 fixed with vs52

This commit is contained in:
AbdelRauf
2019-05-31 22:48:16 +00:00
parent 8fe794f059
commit a469b32cf4
10 changed files with 2073 additions and 2427 deletions

View File

@@ -2248,15 +2248,15 @@ 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 640
#define SGEMM_DEFAULT_P 832
#define DGEMM_DEFAULT_P 128
#define CGEMM_DEFAULT_P 640
#define ZGEMM_DEFAULT_P 512
#define ZGEMM_DEFAULT_P 256
#define SGEMM_DEFAULT_Q 1408
#define SGEMM_DEFAULT_Q 1025
#define DGEMM_DEFAULT_Q 384
#define CGEMM_DEFAULT_Q 640
#define ZGEMM_DEFAULT_Q 1152
#define ZGEMM_DEFAULT_Q 1025
#define SYMV_P 8