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 listJul 24, 2024 10:44DanielDanielScore: 8,602Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jul 24, 2024 10:448,5171,338,076,6201,277,622,040016,998,400
2Jul 24, 2024 10:448,6021,362,539,1871,290,319,784016,994,304
3Jul 24, 2024 10:448,7871,380,520,3841,318,085,340016,994,304