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 16, 2024 23:57Mikhail ShirokovMikhail ShirokovScore: 17,545Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Dec 16, 2024 23:5717,4502,640,923,2932,597,471,00019,988,00017,047,552
2Dec 16, 2024 23:5717,5452,656,651,0862,611,781,00019,990,00016,953,344
3Dec 16, 2024 23:5717,5532,661,378,1122,614,018,00018,992,00017,133,568