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 listAug 18, 2024 21:55Jatin YadavJatin YadavScore: 12,454Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Aug 18, 2024 21:5512,4141,942,277,3421,862,030,652017,080,320
2Aug 18, 2024 21:5512,4541,934,076,7901,868,099,709016,957,440
3Aug 18, 2024 21:5512,6671,979,309,7771,899,977,446016,945,152