sgemm pipeline improved, zgemm rewritten without inner packs, ABI lxvx v20 fixed with vs52
This commit is contained in:
8
param.h
8
param.h
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user