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 listAug 3, 2024 07:58Kasper KivimäkiKasper KivimäkiScore: 5,849Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Aug 3, 2024 07:585,847942,165,021877,057,269016,912,384
2Aug 3, 2024 07:585,849935,292,749877,392,062017,043,456
3Aug 3, 2024 07:585,854946,478,434878,046,207016,912,384