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:44Kasper KivimäkiKasper KivimäkiScore: 20,045Success
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:4419,9783,074,648,9222,996,673,560016,908,288
2Aug 3, 2024 06:4420,0453,071,848,4753,006,678,849016,908,288
3Aug 3, 2024 06:4420,1683,088,755,7623,025,143,083016,945,152