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:22Joad NacerJoad NacerScore: 13,394Success
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:2212,5821,946,452,7521,887,244,312016,961,536
2Apr 19, 2024 23:2213,3942,068,298,6182,009,132,594016,957,440
3Apr 19, 2024 23:2213,5002,081,892,1222,024,996,034016,961,536