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 listDec 8, 2024 06:25E SequeiraE SequeiraScore: 11,709Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Dec 8, 2024 06:2511,5831,772,266,3981,711,452,00025,991,00016,965,632
2Dec 8, 2024 06:2511,7091,790,389,2061,732,350,00023,991,00016,961,536
3Dec 8, 2024 06:2511,8131,806,100,0241,746,913,00024,984,00016,961,536