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 21, 2023 07:58mmalczakmmalczakScore: 11,615Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Nov 21, 2023 07:5611,5321,787,246,4701,729,813,442017,002,496
2Nov 21, 2023 07:5811,5811,806,128,4531,737,193,821017,002,496
3Nov 21, 2023 07:5611,5841,791,550,6681,737,543,130016,990,208
4Nov 21, 2023 07:5811,6151,798,878,4111,742,237,096016,994,304
5Nov 21, 2023 07:5611,6551,812,262,9341,748,227,250016,990,208
6Nov 21, 2023 07:5811,7031,836,699,6691,755,520,649016,994,304