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:39E SequeiraE SequeiraScore: 126,403Success
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:39119,10217,908,702,98817,807,397,00057,962,00017,207,296
2Nov 29, 2024 23:39126,40319,003,055,32318,923,418,00036,979,00017,002,496
3Nov 29, 2024 23:39129,72419,492,585,49519,408,586,00049,970,00017,022,976