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 18, 2023 14:23Oleg KovalovOleg KovalovScore: 377,502Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Dec 18, 2023 14:23376,64156,559,077,68156,496,155,666016,973,824
2Dec 18, 2023 14:23377,50256,695,211,25356,625,246,788016,969,728
3Dec 18, 2023 14:23378,85656,903,591,99756,828,469,511016,969,728