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:48Joad NacerJoad NacerScore: 7,550Success
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:487,5092,388,584,0531,126,399,628016,195,584
2Apr 19, 2024 23:487,5502,375,461,0241,132,453,088016,207,872
3Apr 19, 2024 23:487,8352,428,418,7421,175,265,703016,228,352