Skip to content

Commit 198adea

Browse files
committed
Changed default P/Q values for CGEMM and ZGEMM (Power10 only)
1 parent c4b91bf commit 198adea

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

param.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2466,13 +2466,13 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
24662466

24672467
#define SGEMM_DEFAULT_P 512
24682468
#define DGEMM_DEFAULT_P 384
2469-
#define CGEMM_DEFAULT_P 512
2469+
#define CGEMM_DEFAULT_P 512
24702470
#define ZGEMM_DEFAULT_P 256
24712471

24722472
#define SGEMM_DEFAULT_Q 512
24732473
#define DGEMM_DEFAULT_Q 512
2474-
#define CGEMM_DEFAULT_Q 1026
2475-
#define ZGEMM_DEFAULT_Q 1026
2474+
#define CGEMM_DEFAULT_Q 384
2475+
#define ZGEMM_DEFAULT_Q 384
24762476

24772477
#define SGEMM_DEFAULT_R 4096
24782478
#define DGEMM_DEFAULT_R 4096

0 commit comments

Comments
 (0)