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 23, 2024 18:09E SequeiraE SequeiraScore: 27,972Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Nov 23, 2024 18:0927,8964,219,184,6094,168,445,00015,978,00017,195,008
2Nov 23, 2024 18:0927,9724,227,885,8554,182,857,00012,980,00017,022,976
3Nov 23, 2024 18:0928,2194,264,005,8154,219,806,00012,980,00017,080,320