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 listJul 5, 2023 19:50gchebanovgchebanovScore: 13,737Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jul 5, 2023 19:5013,6882,126,042,4782,053,129,152016,924,672
2Jul 5, 2023 19:5013,7372,119,283,8102,060,568,882016,920,576
3Jul 5, 2023 19:5013,8282,134,016,3342,074,199,551016,916,480