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 listNov 19, 2023 19:44mmalczakmmalczakScore: 371,189Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Nov 19, 2023 19:44370,77055,708,581,24355,615,442,902016,953,344
2Nov 19, 2023 19:44371,18955,755,720,53855,678,318,799016,949,248
3Nov 19, 2023 19:44371,32555,772,700,26155,698,693,563016,965,632