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 934e601 commit e20709eCopy full SHA for e20709e
param.h
@@ -1691,16 +1691,16 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1691
#else
1692
1693
#define SGEMM_DEFAULT_P 768
1694
-#define DGEMM_DEFAULT_P 512
+#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 128
+#define DGEMM_DEFAULT_Q 168
1701
1702
1703
1704
#endif
1705
#define CGEMM_DEFAULT_Q 192
1706
#define ZGEMM_DEFAULT_Q 128
0 commit comments