Changed default P/Q values for CGEMM and ZGEMM (Power10 only)

This commit is contained in:
Gordon Fossum 2021-03-19 10:05:23 -04:00
parent c4b91bfcf1
commit 198adea961
1 changed files with 3 additions and 3 deletions

View File

@ -2471,8 +2471,8 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#define SGEMM_DEFAULT_Q 512 #define SGEMM_DEFAULT_Q 512
#define DGEMM_DEFAULT_Q 512 #define DGEMM_DEFAULT_Q 512
#define CGEMM_DEFAULT_Q 1026 #define CGEMM_DEFAULT_Q 384
#define ZGEMM_DEFAULT_Q 1026 #define ZGEMM_DEFAULT_Q 384
#define SGEMM_DEFAULT_R 4096 #define SGEMM_DEFAULT_R 4096
#define DGEMM_DEFAULT_R 4096 #define DGEMM_DEFAULT_R 4096