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 17:22gchebanovgchebanovScore: 12,271Success
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 17:2212,1971,893,644,9441,829,576,529016,949,248
2Jul 12, 2023 17:2212,2711,916,568,7351,840,675,329016,945,152
3Jul 12, 2023 17:2212,2931,897,521,5251,844,010,416016,961,536