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 19, 2023 18:43Yuriy LyfenkoYuriy LyfenkoScore: 372,288Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Mar 19, 2023 18:43371,79055,832,207,33955,768,452,509016,912,384
2Mar 19, 2023 18:43372,28855,923,617,06955,843,194,889016,945,152
3Mar 19, 2023 18:43372,66955,974,032,86455,900,300,039016,949,248