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 listFeb 14, 2024 09:57AnSaAnSaScore: 25,739Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Feb 14, 2024 09:5724,5923,746,809,2303,688,778,624016,924,672
2Feb 14, 2024 09:5725,7393,915,904,5593,860,920,544016,924,672
3Feb 14, 2024 09:5726,1153,992,231,1493,917,244,777016,932,864