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 27, 2024 01:39Joad NacerJoad NacerScore: 4,256Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Dec 27, 2024 01:394,243658,424,602590,473,00045,959,00017,043,456
2Dec 27, 2024 01:394,256667,588,150591,465,00046,957,00017,104,896
3Dec 27, 2024 01:394,260660,061,159598,951,00039,996,00017,129,472