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 listDec 18, 2023 16:19Oleg KovalovOleg KovalovScore: 79,853Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Dec 18, 2023 16:1979,83212,034,248,01111,974,758,108016,969,728
2Dec 18, 2023 16:1979,85312,039,167,73711,977,930,750016,969,728
3Dec 18, 2023 16:1980,52712,146,651,51612,079,037,107016,977,920