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 27, 2024 11:51IhebIhebScore: 31,728Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Dec 27, 2024 11:5131,7254,792,957,7764,729,738,00028,955,00017,158,144
2Dec 27, 2024 11:5131,7284,793,911,1214,732,280,00026,956,00017,072,128
3Dec 27, 2024 11:5131,7324,794,453,2334,721,873,00037,942,00016,953,344