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 18, 2023 14:29Oleg KovalovOleg KovalovScore: 376,979Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Dec 18, 2023 14:29376,26056,513,740,89356,439,036,913016,896,000
2Dec 18, 2023 14:29376,97956,609,138,90456,546,803,351017,014,784
3Dec 18, 2023 14:29377,12756,627,200,20556,569,083,111016,900,096