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:39Joad NacerJoad NacerScore: 23,290Success
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:3923,2014,677,624,5693,480,115,378016,199,680
2Apr 19, 2024 23:3923,2904,740,059,8493,493,541,584016,199,680
3Apr 19, 2024 23:3923,4314,764,122,3913,514,610,667016,211,968