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 listMay 14, 2024 13:06Kyle WangKyle WangScore: 112,068Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1May 14, 2024 13:06111,99616,856,680,11616,799,451,285016,953,344
2May 14, 2024 13:06112,06816,867,947,24516,810,267,712016,936,960
3May 14, 2024 13:06113,44717,084,663,30417,017,013,717016,949,248