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 listAug 22, 2023 18:34Ilya AniskovetsIlya AniskovetsScore: 372,118Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Aug 22, 2023 18:34370,67255,688,905,80055,600,815,683016,941,056
2Aug 22, 2023 18:34372,11855,892,323,29155,817,697,912016,949,248
3Aug 22, 2023 18:34372,85955,997,479,44755,928,910,041016,949,248