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 listMay 14, 2024 15:13Kyle WangKyle WangScore: 53,535Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1May 14, 2024 15:1353,3938,083,210,9948,008,999,838016,953,344
2May 14, 2024 15:1353,5358,093,228,3438,030,258,009016,953,344
3May 14, 2024 15:1354,2148,197,546,4078,132,034,059016,957,440