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 519b40f commit 44b5b9eCopy full SHA for 44b5b9e
param.h
@@ -2891,11 +2891,11 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2891
#define DGEMM_DEFAULT_UNROLL_M 8
2892
#define DGEMM_DEFAULT_UNROLL_N 4
2893
2894
-#define CGEMM_DEFAULT_UNROLL_M 1
2895
-#define CGEMM_DEFAULT_UNROLL_N 4
+#define CGEMM_DEFAULT_UNROLL_M 2
+#define CGEMM_DEFAULT_UNROLL_N 2
2896
2897
-#define ZGEMM_DEFAULT_UNROLL_M 1
2898
-#define ZGEMM_DEFAULT_UNROLL_N 4
+#define ZGEMM_DEFAULT_UNROLL_M 2
+#define ZGEMM_DEFAULT_UNROLL_N 2
2899
2900
#define SGEMM_DEFAULT_P 128
2901
#define DGEMM_DEFAULT_P 128
0 commit comments