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 listMar 19, 2023 18:51Robert BurkeRobert BurkeScore: 372,797Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Mar 19, 2023 18:51372,26055,910,391,37955,838,928,847016,994,304
2Mar 19, 2023 18:51372,79755,978,569,91755,919,550,737016,994,304
3Mar 19, 2023 18:51373,09356,030,921,42855,963,940,846016,998,400