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:58Joad NacerJoad NacerScore: 5,256Success
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:585,251808,570,127779,661,0007,996,00017,117,184
2Dec 27, 2024 01:585,256816,333,911782,464,0005,995,00017,027,072
3Dec 27, 2024 01:585,260815,496,074781,027,0008,000,00016,961,536