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:41Kasper KivimäkiKasper KivimäkiScore: 20,053Success
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:4120,0233,061,594,8883,003,400,382016,904,192
2Aug 3, 2024 06:4120,0533,079,027,5363,007,936,462016,912,384
3Aug 3, 2024 06:4120,1723,068,030,7943,025,826,974016,916,480