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 listDec 8, 2024 06:05E SequeiraE SequeiraScore: 82,724Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Dec 8, 2024 06:0582,38812,400,697,41212,310,228,00047,934,00017,104,896
2Dec 8, 2024 06:0582,72412,455,749,46812,364,599,00043,941,00017,121,280
3Dec 8, 2024 06:0584,72812,759,178,98512,671,249,00037,943,00017,174,528