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 7, 2024 18:31Joad NacerJoad NacerScore: 4,359Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Dec 7, 2024 18:314,351674,085,528605,741,00046,979,00017,031,168
2Dec 7, 2024 18:314,359678,925,331610,878,00042,991,00017,035,264
3Dec 7, 2024 18:314,371679,757,758608,633,00046,971,00017,195,008