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 listMar 20, 2023 15:13Sergey StreminSergey StreminScore: 13,744Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Mar 20, 2023 15:1313,6302,111,939,4132,044,574,255016,990,208
2Mar 20, 2023 15:1313,7442,116,220,0672,061,608,072017,010,688
3Mar 20, 2023 15:1313,8132,132,102,2342,072,022,514016,998,400