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 listMay 14, 2024 14:13Kyle WangKyle WangScore: 356,910Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1May 14, 2024 14:13356,90853,609,701,71453,536,145,969016,957,440
2May 14, 2024 14:13356,91053,624,661,43353,536,438,409016,957,440
3May 14, 2024 14:13357,43953,685,739,76453,615,808,735016,957,440