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 25, 2023 22:14Bernard TeoBernard TeoScore: 11,794Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Mar 24, 2023 19:4411,5621,794,228,2231,734,266,309016,932,864
2Mar 24, 2023 19:4411,5811,807,552,9701,737,158,947016,916,480
3Mar 25, 2023 22:0611,6371,806,681,2771,745,602,797016,932,864
4Mar 24, 2023 19:4411,6771,820,103,8691,751,510,313016,932,864
5Mar 25, 2023 22:0611,6891,810,534,3161,753,386,707016,920,576
6Mar 25, 2023 22:0611,6961,809,812,3801,754,379,877016,932,864
7Mar 25, 2023 22:0611,7141,818,550,2521,757,042,004016,924,672
8Mar 25, 2023 22:0611,7941,840,840,0781,769,068,369016,932,864
9Mar 25, 2023 22:1412,2511,906,672,3701,837,636,834016,924,672
10Mar 25, 2023 22:0612,4051,925,020,1981,860,682,212016,932,864
11Mar 25, 2023 22:1412,4551,927,189,2521,868,266,588016,920,576
12Mar 25, 2023 22:1412,4681,931,601,3691,870,259,452016,932,864
13Mar 25, 2023 22:1412,4761,933,713,2851,871,371,400016,924,672
14Mar 25, 2023 22:1412,5071,938,270,8901,876,075,414016,932,864
15Mar 25, 2023 22:1412,5851,952,966,7441,887,708,518016,924,672