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 listApr 1, 2023 20:06Yuriy LyfenkoYuriy LyfenkoScore: 4,181Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 1, 2023 20:004,113675,277,295616,911,738016,932,864
2Apr 1, 2023 20:004,117686,479,319617,579,988016,945,152
3Apr 1, 2023 20:004,119680,285,663617,796,691016,941,056
4Apr 1, 2023 20:004,143643,061,205600,462,00020,981,00017,039,360
5Apr 1, 2023 20:004,160652,514,215598,050,00025,958,00016,969,728
6Apr 1, 2023 20:004,167647,340,751599,083,00025,960,00016,957,440
7Apr 1, 2023 20:004,173654,135,158600,061,00025,959,00016,961,536
8Apr 1, 2023 20:004,181651,906,647599,174,00027,961,00016,957,440
9Apr 1, 2023 20:004,183654,174,430599,546,00027,978,00016,949,248
10Apr 1, 2023 20:004,188655,413,944605,192,00022,969,00017,104,896
11Apr 1, 2023 20:004,233657,706,739609,017,00025,958,00017,108,992
12Apr 1, 2023 20:004,239661,178,596606,871,00028,946,00017,195,008
13Apr 1, 2023 20:064,864797,940,759729,591,993016,941,056
14Apr 1, 2023 20:064,877783,644,744731,508,664016,936,960
15Apr 1, 2023 20:064,880806,599,952731,980,650016,945,152