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 20, 2023 15:11Sergey StreminSergey StreminScore: 12,527Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Mar 20, 2023 15:1312,4201,931,762,1001,863,072,550016,957,440
2Mar 20, 2023 15:1312,4441,939,726,6121,866,638,197016,961,536
3Mar 20, 2023 15:1312,4661,937,952,9341,869,890,517016,953,344
4Mar 20, 2023 15:1112,5271,951,304,2671,879,078,643016,961,536
5Mar 20, 2023 15:1112,5321,952,288,0511,879,803,677016,961,536
6Mar 20, 2023 15:1113,6372,111,699,4592,045,586,025016,961,536