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 listMar 20, 2023 13:28Sergey StreminSergey StreminScore: 15,047Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Mar 20, 2023 13:2814,9492,299,315,0712,242,413,172017,027,072
2Mar 20, 2023 13:2815,0472,350,627,4732,256,985,241016,908,288
3Mar 20, 2023 13:2815,0912,330,077,8202,263,692,833016,900,096