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 listApr 19, 2024 23:45Joad NacerJoad NacerScore: 7,481Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 19, 2024 23:457,4432,363,417,8351,116,394,549016,195,584
2Apr 19, 2024 23:457,4812,370,279,6981,122,162,790016,220,160
3Apr 19, 2024 23:457,5002,387,899,1501,125,054,462016,252,928