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 listDec 21, 2023 13:20Oleg KovalovOleg KovalovScore: 12,831Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Dec 21, 2023 13:2011,9471,855,649,9001,792,098,330017,006,592
2Dec 21, 2023 13:2012,8311,982,713,6681,924,625,720017,010,688
3Dec 21, 2023 13:2012,8561,992,077,2341,928,413,358017,006,592