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 12, 2023 23:37gchebanovgchebanovError
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jul 12, 2023 23:3800000Error: pos 0: expected 220 got 191
2Jul 12, 2023 23:3900000Error: pos 0: expected 225 got 101
3Jul 12, 2023 23:375,221849,907,634783,084,390017,002,496
4Jul 12, 2023 23:375,223849,697,171783,383,734016,994,304
5Jul 12, 2023 23:375,252845,092,741787,750,760016,994,304