Skip to content

Commit

Permalink
Merge pull request OpenMathLib#4401 from martin-frbg/fix4398
Browse files Browse the repository at this point in the history
Update CGEMM MN for Loongson2K1000
  • Loading branch information
martin-frbg authored Dec 31, 2023
2 parents 9d89bcf + 2802478 commit 5a20bc5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions param.h
Original file line number Diff line number Diff line change
Expand Up @@ -2891,8 +2891,8 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#define DGEMM_DEFAULT_UNROLL_M 8
#define DGEMM_DEFAULT_UNROLL_N 4

#define CGEMM_DEFAULT_UNROLL_M 1
#define CGEMM_DEFAULT_UNROLL_N 4
#define CGEMM_DEFAULT_UNROLL_M 2
#define CGEMM_DEFAULT_UNROLL_N 2

#define ZGEMM_DEFAULT_UNROLL_M 1
#define ZGEMM_DEFAULT_UNROLL_N 4
Expand Down

0 comments on commit 5a20bc5

Please sign in to comment.