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:57Kasper KivimäkiKasper KivimäkiScore: 5,850Success
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:575,842944,336,668876,331,999016,908,288
2Aug 3, 2024 07:575,850941,747,026877,574,173017,043,456
3Aug 3, 2024 07:575,864946,467,077879,642,792016,920,576