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 listMar 19, 2023 19:05Robert BurkeRobert BurkeScore: 370,481Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Mar 19, 2023 19:05369,63555,516,009,15255,445,265,202017,002,496
2Mar 19, 2023 19:05370,48155,632,267,02455,572,209,068017,006,592
3Mar 19, 2023 19:05372,17855,881,420,35155,826,703,263016,998,400