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 5, 2024 10:58Huy Duc LeHuy Duc LeScore: 4,798Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Mar 5, 2024 10:584,798780,654,372719,684,141017,006,592
2Mar 5, 2024 10:584,798787,021,511719,712,207017,006,592
3Mar 5, 2024 10:584,799776,253,271719,918,360017,002,496