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 listApr 17, 2023 16:36Bernard TeoBernard TeoScore: 12,364Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 17, 2023 16:3612,3001,901,560,2981,844,994,917017,006,592
2Apr 17, 2023 16:3612,3641,934,558,4571,854,658,898016,998,400
3Apr 17, 2023 16:3612,4851,940,432,5771,872,803,536016,994,304