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 listApr 19, 2024 19:17Joad NacerJoad NacerScore: 373,131Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 19, 2024 19:17372,59955,953,542,51355,889,871,043017,092,608
2Apr 19, 2024 19:17373,13156,017,572,86355,969,577,813016,953,344
3Apr 19, 2024 19:17373,63356,108,756,41156,044,891,837016,953,344