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 19, 2023 11:16Oleg KovalovOleg KovalovScore: 12,072Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Dec 19, 2023 11:1612,0681,868,318,8121,810,241,157016,928,768
2Dec 19, 2023 11:1612,0721,871,270,5981,810,778,268016,941,056
3Dec 19, 2023 11:1612,0981,868,982,5661,814,677,209016,924,672