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 19:15gchebanovgchebanovScore: 7,123Success
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 19:157,1181,129,498,1221,067,766,409016,949,248
2Jul 12, 2023 19:157,1231,145,591,0041,068,477,279016,957,440
3Jul 12, 2023 19:157,1261,128,155,3861,068,906,493016,953,344