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:10E SequeiraE SequeiraScore: 37,764Success
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:1037,6825,693,149,4715,629,347,00022,956,00016,953,344
2Nov 23, 2024 18:1037,7645,704,307,5215,650,575,00013,971,00016,949,248
3Nov 23, 2024 18:1038,1575,762,450,3245,695,561,00027,943,00017,084,416