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 18, 2023 14:18Oleg KovalovOleg KovalovScore: 373,737Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Dec 18, 2023 14:18373,09756,033,724,02355,964,611,307016,965,632
2Dec 18, 2023 14:18373,73756,157,440,00456,060,495,876016,973,824
3Dec 18, 2023 14:18374,78056,281,664,12956,216,947,911016,973,824