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 listJul 23, 2024 21:04DanielDanielScore: 12,678Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jul 23, 2024 21:0412,6611,970,353,0441,899,187,906016,990,208
2Jul 23, 2024 21:0412,6781,982,405,5711,901,682,346017,010,688
3Jul 23, 2024 21:0412,7811,978,709,4031,917,092,227016,998,400