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 28, 2024 02:05Joad NacerJoad NacerScore: 4,293Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Dec 28, 2024 02:054,291669,295,671603,645,00039,976,00017,055,744
2Dec 28, 2024 02:054,293664,532,034601,004,00043,000,00017,051,648
3Dec 28, 2024 02:054,303669,197,023592,499,00052,955,00017,055,744