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 16:23Oleg KovalovOleg KovalovScore: 49,873Success
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 16:2349,8647,537,878,0867,479,667,035016,973,824
2Dec 18, 2023 16:2349,8737,557,453,9287,480,879,845016,969,728
3Dec 18, 2023 16:2349,9157,575,695,3467,487,186,252016,957,440