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 listNov 29, 2024 23:47E SequeiraE SequeiraScore: 40,391Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Nov 29, 2024 23:4740,2256,073,682,6695,995,762,00037,928,00017,100,800
2Nov 29, 2024 23:4740,3916,097,208,5776,027,742,00030,942,00017,125,376
3Nov 29, 2024 23:4740,7526,147,471,5156,078,804,00033,937,00017,092,608