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 8, 2023 23:10Andrew EpsteinAndrew EpsteinScore: 371,782Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jul 8, 2023 23:10371,13855,744,788,26955,670,710,166016,953,344
2Jul 8, 2023 23:10371,78255,847,385,88955,767,330,810016,949,248
3Jul 8, 2023 23:10371,95355,866,809,15055,793,014,875016,953,344