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 listOct 3, 2024 18:33Joad NacerJoad NacerScore: 4,356Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Oct 3, 2024 18:334,353680,868,133609,005,00044,000,00017,055,744
2Oct 3, 2024 18:334,356684,033,967611,472,00041,963,00017,162,240
3Oct 3, 2024 18:334,363684,341,898606,507,00047,961,00017,137,664