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 16, 2023 07:51Bernard TeoBernard TeoScore: 12,269Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 16, 2023 07:5112,1381,880,019,7891,820,708,494016,994,304
2Apr 16, 2023 07:5112,2691,901,253,3001,840,306,747016,998,400
3Apr 16, 2023 07:5112,3291,915,473,8341,849,359,930016,998,400