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 listApr 1, 2025 20:53Aniruddha DebAniruddha DebScore: 59,155Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 1, 2025 20:5359,1028,911,521,1178,861,361,0003,991,00016,953,344
2Apr 1, 2025 20:5359,1558,915,565,3628,867,330,0005,988,00017,108,992
3Apr 1, 2025 20:5359,2738,935,182,4498,889,949,000997,00017,215,488