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 1, 2023 04:35Yuriy LyfenkoYuriy LyfenkoScore: 30,549Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 1, 2023 04:3530,5454,649,801,8104,581,691,963016,936,960
2Apr 1, 2023 04:3530,5494,651,366,9764,582,371,458016,928,768
3Apr 1, 2023 04:3530,5744,645,509,9634,586,031,971016,932,864