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: 36,580Success
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:0036,5755,546,949,8125,486,219,043016,896,000
2Feb 20, 2023 02:0036,5805,549,160,8735,486,929,806016,916,480
3Feb 20, 2023 02:0036,5865,546,007,6385,487,936,499016,920,576