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 8, 2024 06:10E SequeiraE SequeiraScore: 22,704Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Dec 8, 2024 06:1022,6833,434,671,8573,390,415,00011,980,00017,084,416
2Dec 8, 2024 06:1022,7043,438,919,2893,391,559,00013,977,00017,178,624
3Dec 8, 2024 06:1022,9113,465,720,9143,420,650,00015,975,00017,174,528