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 16, 2024 23:59Mikhail ShirokovMikhail ShirokovScore: 21,827Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Dec 16, 2024 23:5921,7313,286,691,3293,240,686,00018,992,00017,100,800
2Dec 16, 2024 23:5921,8273,296,453,6143,250,999,00022,985,00017,199,104
3Dec 16, 2024 23:5921,8273,302,934,8243,256,030,00017,989,00017,018,880