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 listOct 9, 2023 02:53sliceteamsliceteamScore: 370,500Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Oct 9, 2023 02:53370,43755,631,077,09555,565,622,951016,953,344
2Oct 9, 2023 02:53370,50055,638,004,88855,574,989,150016,941,056
3Oct 9, 2023 02:53372,73255,982,967,38555,909,789,971016,932,864