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 3a100b2 commit 1c67567Copy full SHA for 1c67567
param.h
@@ -1690,18 +1690,13 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1690
1691
#else
1692
1693
-#define SGEMM_DEFAULT_P 768
+#define SGEMM_DEFAULT_P 640
1694
#define DGEMM_DEFAULT_P 384
1695
#define CGEMM_DEFAULT_P 384
1696
#define ZGEMM_DEFAULT_P 256
1697
1698
-#ifdef WINDOWS_ABI
1699
-#define SGEMM_DEFAULT_Q 192
1700
-#define DGEMM_DEFAULT_Q 168
1701
-#else
1702
+#define SGEMM_DEFAULT_Q 320
1703
#define DGEMM_DEFAULT_Q 168
1704
-#endif
1705
#define CGEMM_DEFAULT_Q 192
1706
#define ZGEMM_DEFAULT_Q 128
1707
0 commit comments