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 19, 2023 20:26Andrey LikhachevAndrey LikhachevScore: 12,425Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Dec 19, 2023 20:2612,4061,915,607,9181,860,919,630016,924,672
2Dec 19, 2023 20:2612,4251,921,280,4691,863,682,960016,908,288
3Dec 19, 2023 20:2612,5941,954,528,6811,889,119,923016,924,672