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 listApr 14, 2023 02:03Kyle WangKyle WangScore: 371,990Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 14, 2023 02:03371,38155,771,091,84955,707,084,217016,941,056
2Apr 14, 2023 02:03371,99055,866,103,35055,798,438,203016,953,344
3Apr 14, 2023 02:03373,29956,060,662,39355,994,920,588016,941,056