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 listNov 29, 2024 23:46E SequeiraE SequeiraScore: 37,441Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Nov 29, 2024 23:4636,9995,582,441,9465,520,853,00028,967,00017,096,704
2Nov 29, 2024 23:4637,4415,652,513,8265,582,178,00033,964,00017,100,800
3Nov 29, 2024 23:4637,4545,648,697,7735,584,182,00033,976,00017,039,360