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 18, 2023 17:36Andrey LikhachevAndrey LikhachevScore: 11,761Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Dec 18, 2023 17:3611,6571,816,671,6181,748,495,565016,941,056
2Dec 18, 2023 17:3611,7611,823,101,1001,764,154,312016,941,056
3Dec 18, 2023 17:3611,8951,864,171,6731,784,175,644016,961,536