We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef0238b commit 9579bd4Copy full SHA for 9579bd4
param.h
@@ -2455,13 +2455,13 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2455
#define ZGEMM_DEFAULT_UNROLL_M 8
2456
#define ZGEMM_DEFAULT_UNROLL_N 2
2457
2458
-#define SGEMM_DEFAULT_P 832
2459
-#define DGEMM_DEFAULT_P 320
+#define SGEMM_DEFAULT_P 512
+#define DGEMM_DEFAULT_P 384
2460
#define CGEMM_DEFAULT_P 512
2461
#define ZGEMM_DEFAULT_P 256
2462
2463
-#define SGEMM_DEFAULT_Q 1026
2464
-#define DGEMM_DEFAULT_Q 960
+#define SGEMM_DEFAULT_Q 512
+#define DGEMM_DEFAULT_Q 512
2465
#define CGEMM_DEFAULT_Q 1026
2466
#define ZGEMM_DEFAULT_Q 1026
2467
0 commit comments