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 06:40Kasper KivimäkiKasper KivimäkiScore: 20,021Success
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 06:4020,0143,067,482,7553,002,132,174016,908,288
2Aug 3, 2024 06:4020,0213,072,275,7713,003,079,110017,051,648
3Aug 3, 2024 06:4020,1423,095,291,6013,021,315,267016,904,192