Large matrix multiplication Liam

Multiply two square matrices as fast as possible.

Input

Two 2000 x 2000 matrices of uint32 values on STDIN, encoded back-to-back in row-major order, little-endian byte order.

Output

Write the resulting 2000 x 2000 product matrix to STDOUT in the same binary format (row-major, little-endian uint32).

Back to listFeb 20, 2023 02:00LiamLiamScore: 35,957Success
Source Code

Source code access is restricted. Log in to request access.

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Feb 20, 2023 02:0035,8065,452,761,1255,370,963,556016,920,576
2Feb 20, 2023 02:0035,9575,458,863,2675,393,516,471016,920,576
3Feb 20, 2023 02:0036,0855,480,282,7985,412,756,160016,936,960