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:14E SequeiraE SequeiraScore: 6,988Success
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:146,8941,064,110,2451,010,189,00023,980,00016,961,536
2Dec 8, 2024 06:146,9881,077,279,7741,025,271,00022,983,00017,035,264
3Dec 8, 2024 06:147,0331,078,467,5801,032,926,00021,998,00017,186,816