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 25, 2023 00:32Mikhail DektyarevMikhail DektyarevScore: 6,877Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Mar 25, 2023 00:306,8721,097,278,1431,030,812,631016,982,016
2Mar 25, 2023 00:306,8741,096,619,9471,031,031,010016,969,728
3Mar 25, 2023 00:326,8761,106,046,8421,031,348,697016,969,728
4Mar 25, 2023 00:306,8771,107,540,9461,031,497,056016,973,824
5Mar 25, 2023 00:326,8841,093,319,0131,032,526,614016,973,824
6Mar 25, 2023 00:326,8941,100,613,1431,034,161,206016,977,920