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:08Oleg KovalovOleg KovalovScore: 369,686Success
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:08368,41455,309,211,57255,262,118,393016,957,440
2Dec 18, 2023 14:08369,68655,523,613,15455,452,868,078016,949,248
3Dec 18, 2023 14:08372,56155,958,794,92155,884,212,366016,945,152