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 21:08Yurkov AlekseyYurkov AlekseyScore: 6,376Success
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 21:086,3752,232,512,654956,187,393016,986,112
2Mar 20, 2023 21:086,3762,224,609,511956,412,137017,002,496
3Mar 20, 2023 21:086,3862,135,753,690957,950,561016,965,632