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 31, 2024 22:16Yuriy LyfenkoYuriy LyfenkoScore: 381,591Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Aug 31, 2024 22:16381,30857,255,508,65757,152,266,00043,974,00017,129,472
2Aug 31, 2024 22:16381,59157,306,816,56957,193,710,00044,971,00017,035,264
3Aug 31, 2024 22:16382,78357,476,159,43757,385,428,00031,981,00017,162,240