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:03Oleg KovalovOleg KovalovScore: 369,445Success
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:03369,38055,477,738,38255,407,023,841016,900,096
2Dec 18, 2023 16:03369,44555,486,922,94655,416,713,536016,908,288
3Dec 18, 2023 16:03369,75955,558,985,22055,463,839,029016,908,288