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 listJul 12, 2023 17:36gchebanovgchebanovScore: 12,751Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jul 12, 2023 17:3612,6771,965,312,0591,901,515,582016,986,112
2Jul 12, 2023 17:3612,7511,980,481,8401,912,613,787016,977,920
3Jul 12, 2023 17:3612,9211,996,087,6981,938,187,707016,990,208