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:26Joad NacerJoad NacerScore: 4,363Success
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:264,351682,986,969612,603,00039,974,00017,035,264
2Oct 3, 2024 18:264,363680,252,963608,530,00045,964,00016,957,440
3Oct 3, 2024 18:264,372679,958,934610,768,00044,982,00016,990,208