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:40Ian MckibbenIan MckibbenScore: 4,834Success
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:404,826745,366,523699,847,00023,994,00017,137,664
2Jan 17, 2025 22:404,834758,232,962701,114,00024,003,00017,162,240
3Jan 17, 2025 22:404,896760,888,774711,371,00022,979,00016,953,344