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 listApr 9, 2023 18:47Bernard TeoBernard TeoScore: 23,624Success
Source Code

Source code access is restricted. Log in to request access.

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 9, 2023 18:4723,6223,601,307,9753,543,342,634016,994,304
2Apr 9, 2023 18:4723,6243,605,317,3683,543,628,551016,998,400
3Apr 9, 2023 18:4723,6333,623,666,7593,544,915,851017,010,688