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 20, 2023 15:03Andrey LikhachevAndrey LikhachevScore: 12,819Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Dec 20, 2023 15:0312,4401,922,880,4441,866,005,840016,908,288
2Dec 20, 2023 15:0312,8191,981,835,4501,922,849,517016,900,096
3Dec 20, 2023 15:0313,0482,014,799,0451,957,193,917016,904,192