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 19, 2023 00:05Andrey LikhachevAndrey LikhachevScore: 12,412Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Dec 19, 2023 00:0512,3711,925,921,7741,855,685,090016,912,384
2Dec 19, 2023 00:0512,4121,925,414,3101,861,726,819016,920,576
3Dec 19, 2023 00:0512,5081,936,839,1741,876,184,373016,924,672