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 listApr 9, 2023 18:46Bernard TeoBernard TeoScore: 28,483Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 9, 2023 18:4628,4794,346,233,1594,271,871,071017,014,784
2Apr 9, 2023 18:4628,4834,337,321,0164,272,407,171017,006,592
3Apr 9, 2023 18:4628,5344,357,658,0404,280,041,927017,010,688