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 listDec 27, 2024 01:42Joad NacerJoad NacerScore: 4,297Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Dec 27, 2024 01:424,294665,750,364602,055,00042,003,00017,113,088
2Dec 27, 2024 01:424,297665,795,255606,630,00037,976,00017,215,488
3Dec 27, 2024 01:424,299665,300,148599,813,00044,986,00017,203,200