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 22, 2023 22:48Yurkov AlekseyYurkov AlekseyScore: 12,415Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Mar 22, 2023 22:4812,4011,927,888,8621,860,160,245016,936,960
2Mar 22, 2023 22:4812,4151,938,023,0461,862,292,990016,928,768
3Mar 22, 2023 22:4812,4531,939,532,5411,867,940,697016,949,248