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 16, 2023 06:23Kenneth MaplesKenneth MaplesScore: 4,838Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Dec 16, 2023 06:234,823784,206,220723,463,628016,945,152
2Dec 16, 2023 06:224,833781,999,805724,980,199016,945,152
3Dec 16, 2023 06:224,836789,296,090725,332,150016,953,344
4Dec 16, 2023 06:224,838793,139,823725,630,050016,953,344
5Dec 16, 2023 06:234,844799,020,038726,650,758016,953,344
6Dec 16, 2023 06:234,856790,676,125728,445,688016,945,152