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 listNov 23, 2024 18:02E SequeiraE SequeiraScore: 54,545Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Nov 23, 2024 18:0253,6408,088,378,8728,003,142,00042,914,00017,137,664
2Nov 23, 2024 18:0254,5458,224,218,2128,146,805,00034,956,00016,982,016
3Nov 23, 2024 18:0254,7698,256,723,4488,176,372,00038,925,00017,088,512