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 listNov 20, 2023 21:03mmalczakmmalczakScore: 22,666Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Nov 20, 2023 21:0322,6333,467,506,1533,394,952,985016,957,440
2Nov 20, 2023 21:0322,6663,468,522,1023,399,895,959016,945,152
3Nov 20, 2023 21:0322,7443,482,577,0993,411,533,738016,949,248