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 17, 2025 22:22Ian MckibbenIan MckibbenScore: 381,297Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jan 17, 2025 22:22380,91857,200,582,97957,113,672,00023,985,00016,965,632
2Jan 17, 2025 22:22381,29757,253,848,09857,167,594,00026,984,00016,965,632
3Jan 17, 2025 22:22384,72757,777,183,37357,685,082,00023,984,00016,965,632