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 24, 2023 19:14Bernard TeoBernard TeoScore: 12,657Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Mar 24, 2023 19:1412,5361,941,714,7141,880,438,167016,920,576
2Mar 24, 2023 19:1412,6571,962,064,4591,898,605,408016,924,672
3Mar 24, 2023 19:1412,6701,961,015,0441,900,567,416016,928,768