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:54mmalczakmmalczakScore: 371,389Success
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:54370,67555,660,179,63255,601,287,938016,998,400
2Nov 19, 2023 19:54371,38955,774,319,08855,708,394,704016,998,400
3Nov 19, 2023 19:54371,52655,796,602,89055,728,952,334016,990,208