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 27, 2023 08:32Mikhail ShirokovMikhail ShirokovScore: 31,990Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Mar 27, 2023 08:3231,9524,854,838,9624,792,868,209016,900,096
2Mar 27, 2023 08:3231,9904,872,040,1124,798,488,023016,904,192
3Mar 27, 2023 08:3232,0704,885,561,4964,810,462,981016,891,904