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:42Kasper KivimäkiKasper KivimäkiScore: 6,071Success
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:426,023960,752,399903,422,515016,912,384
2Aug 3, 2024 07:426,071976,347,740910,656,118016,920,576
3Aug 3, 2024 07:426,072976,671,228910,751,456016,900,096