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 listSep 27, 2023 12:41apuxbtapuxbtScore: 371,489Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Sep 27, 2023 12:41371,15055,740,974,16755,672,488,424016,949,248
2Sep 27, 2023 12:41371,48955,782,474,32255,723,387,857016,957,440
3Sep 27, 2023 12:41371,72555,822,552,41955,758,773,300016,920,576