Skip to content

Commit

Permalink
revert change to Loongson2k1000 zgemm
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-frbg authored Dec 30, 2023
1 parent 910ab7f commit 2802478
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 @@ -2894,8 +2894,8 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#define CGEMM_DEFAULT_UNROLL_M 2
#define CGEMM_DEFAULT_UNROLL_N 2

#define ZGEMM_DEFAULT_UNROLL_M 2
#define ZGEMM_DEFAULT_UNROLL_N 2
#define ZGEMM_DEFAULT_UNROLL_M 1
#define ZGEMM_DEFAULT_UNROLL_N 4

#define SGEMM_DEFAULT_P 128
#define DGEMM_DEFAULT_P 128
Expand Down

0 comments on commit 2802478

Please sign in to comment.