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 3, 2024 06:29Kasper KivimäkiKasper KivimäkiScore: 373,127Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Aug 3, 2024 06:29372,58555,932,124,64055,887,813,889016,957,440
2Aug 3, 2024 06:29373,12756,050,215,99255,969,091,377016,961,536
3Aug 3, 2024 06:29373,86656,145,088,65156,079,845,285016,953,344