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 listJan 21, 2025 07:29Ian MckibbenIan MckibbenScore: 16,507Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jan 21, 2025 07:2916,5012,501,723,4882,452,124,00022,991,00017,022,976
2Jan 21, 2025 07:2916,5072,503,174,9962,446,107,00029,976,00016,961,536
3Jan 21, 2025 07:2916,6592,520,890,9652,475,808,00022,988,00017,014,784