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 listNov 29, 2024 23:42E SequeiraE SequeiraScore: 83,035Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Nov 29, 2024 23:4282,96012,488,680,49012,415,091,00028,960,00016,977,920
2Nov 29, 2024 23:4283,03512,501,013,47912,420,262,00034,961,00017,055,744
3Nov 29, 2024 23:4284,16412,667,828,69712,596,677,00027,959,00017,080,320