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 listDec 20, 2023 01:05Andrey LikhachevAndrey LikhachevScore: 12,119Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Dec 20, 2023 01:0512,0831,884,153,1511,812,520,103016,904,192
2Dec 20, 2023 01:0512,1191,883,452,0831,817,804,795016,936,960
3Dec 20, 2023 01:0512,2411,893,839,2671,836,217,253016,912,384