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 22, 2023 17:16Sergey StreminSergey StreminScore: 18,598Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Mar 22, 2023 17:1618,5372,836,763,8332,780,524,091016,990,208
2Mar 22, 2023 17:1618,5982,864,421,1262,789,708,965016,994,304
3Mar 22, 2023 17:1618,6832,862,808,6702,802,461,521016,990,208