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 18:57LiamLiamScore: 9,480Success
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 18:579,4641,477,244,1861,419,660,904016,973,824
2Mar 19, 2023 18:579,4801,482,989,9541,421,942,865016,961,536
3Mar 19, 2023 18:579,4881,484,004,6071,423,255,889016,965,632