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:44Joad NacerJoad NacerScore: 7,408Success
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:447,3862,371,013,5161,107,881,250016,199,680
2Apr 19, 2024 23:447,4082,370,385,7151,111,246,001016,207,872
3Apr 19, 2024 23:447,4302,379,902,4941,114,516,533016,195,584