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 listAug 3, 2024 06:36Kasper KivimäkiKasper KivimäkiScore: 379,860Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Aug 3, 2024 06:36379,17156,950,728,62256,875,620,606016,957,440
2Aug 3, 2024 06:36379,86057,130,479,83056,979,038,332017,084,416
3Aug 3, 2024 06:36381,90457,354,883,09957,285,607,623017,018,880