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 listFeb 20, 2023 02:01LiamLiamScore: 35,828Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Feb 20, 2023 02:0135,8005,444,952,5115,370,041,546016,924,672
2Feb 20, 2023 02:0135,8285,442,574,9225,374,158,892016,924,672
3Feb 20, 2023 02:0136,0395,470,186,7285,405,914,185016,953,344