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 listNov 19, 2023 19:47mmalczakmmalczakScore: 371,730Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Nov 19, 2023 19:47371,71155,834,747,85255,756,677,989016,998,400
2Nov 19, 2023 19:47371,73055,857,873,53955,759,546,677016,998,400
3Nov 19, 2023 19:47373,22256,048,097,91355,983,365,572016,998,400