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:15E SequeiraE SequeiraScore: 6,883Success
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:156,7671,042,328,269991,114,00024,002,00016,961,536
2Dec 8, 2024 06:156,8831,056,910,7571,005,409,00026,984,00016,965,632
3Dec 8, 2024 06:156,9851,075,034,5301,023,776,00023,994,00016,965,632