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 08:11mmalczakmmalczakScore: 11,541Success
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 08:1111,5001,786,466,8491,725,068,939017,002,496
2Nov 21, 2023 08:1111,5021,792,874,6381,725,251,220016,998,400
3Nov 21, 2023 08:1111,5331,798,358,3481,729,986,523017,002,496
4Nov 21, 2023 08:1111,5411,787,294,6621,731,101,695016,994,304
5Nov 21, 2023 08:1111,6141,821,000,4911,742,163,239016,998,400
6Nov 21, 2023 08:1111,6601,817,145,7781,748,984,462017,006,592