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 16, 2023 06:09Kenneth MaplesKenneth MaplesScore: 5,038Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Dec 16, 2023 06:094,984814,915,784747,620,423016,953,344
2Dec 16, 2023 06:095,038821,833,311755,649,261016,957,440
3Dec 16, 2023 06:095,136840,002,623770,345,868016,941,056