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 19:43Yurkov AlekseyYurkov AlekseyScore: 24,517Success
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 19:4324,4883,736,258,1503,673,241,064016,916,480
2Mar 20, 2023 19:4324,5173,744,168,7493,677,479,603016,908,288
3Mar 20, 2023 19:4324,5243,739,440,5403,678,584,051016,924,672