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 listJul 24, 2024 12:09DanielDanielScore: 6,406Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jul 24, 2024 12:096,3821,026,029,797957,292,046016,982,016
2Jul 24, 2024 12:096,4061,037,391,634960,917,792016,998,400
3Jul 24, 2024 12:096,5321,053,757,799979,797,434016,994,304