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 listDec 17, 2024 00:00Mikhail ShirokovMikhail ShirokovScore: 17,524Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Dec 17, 2024 00:0017,4972,647,441,8472,600,531,00023,986,00017,141,760
2Dec 17, 2024 00:0017,5242,655,697,1452,601,609,00026,985,00017,166,336
3Dec 17, 2024 00:0017,5742,663,078,4122,617,177,00018,986,00017,010,688