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 21, 2023 04:07Yuriy LyfenkoYuriy LyfenkoScore: 19,544Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Mar 21, 2023 04:0719,4762,999,244,3502,921,337,102016,949,248
2Mar 21, 2023 04:0719,5442,987,002,0712,931,579,535016,953,344
3Mar 21, 2023 04:0719,7293,019,696,0962,959,399,489016,945,152