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 27, 2023 08:36Mikhail ShirokovMikhail ShirokovScore: 25,268Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Mar 27, 2023 08:3625,2553,853,222,6523,788,262,376016,932,864
2Mar 27, 2023 08:3625,2683,855,916,4393,790,216,790016,936,960
3Mar 27, 2023 08:3625,3083,852,974,8063,796,165,111016,928,768