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: 8,507Success
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:258,4961,304,912,2451,247,346,00026,985,00016,965,632
2Dec 8, 2024 06:258,5071,304,634,6351,250,020,00025,979,00016,994,304
3Dec 8, 2024 06:258,5301,308,530,5441,255,481,00023,990,00016,961,536