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 listApr 9, 2023 18:23Bernard TeoBernard TeoScore: 12,557Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 9, 2023 18:2311,7281,831,117,5731,759,156,539016,908,288
2Apr 9, 2023 18:2312,5571,946,654,3511,883,530,951016,908,288
3Apr 9, 2023 18:2312,6101,952,367,3091,891,519,910016,908,288