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 2, 2024 18:25Anh-Dung NguyenAnh-Dung NguyenScore: 372,159Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 2, 2024 18:25372,06555,887,670,42155,809,787,457016,908,288
2Apr 2, 2024 18:25372,15955,869,863,25955,823,778,052016,953,344
3Apr 2, 2024 18:25373,24356,052,112,17555,986,487,506016,961,536