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,360Success
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,354676,038,105610,031,00043,002,00017,125,376
2Oct 3, 2024 18:334,360679,640,564611,068,00043,004,00016,965,632
3Oct 3, 2024 18:334,364677,380,059613,648,00040,976,00017,039,360