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:43Kasper KivimäkiKasper KivimäkiScore: 20,064Success
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:4319,9593,065,172,3132,993,807,784016,916,480
2Aug 3, 2024 06:4320,0643,067,908,2363,009,534,060016,908,288
3Aug 3, 2024 06:4320,1663,096,685,5183,024,859,411017,035,264