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 listMar 25, 2023 22:13Bernard TeoBernard TeoScore: 12,147Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Mar 25, 2023 22:1311,3291,790,568,4851,699,306,594016,920,576
2Mar 25, 2023 22:1312,1471,882,052,4451,822,053,858016,936,960
3Mar 25, 2023 22:1312,2471,909,026,4871,837,101,503016,928,768