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:45E SequeiraE SequeiraError
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:4500000Error: Exit with code 2: SIGILL: illegal instruction PC=0x56be29dba65a m=0 sigcode=2 instruction bytes: 0x62 0xf2 0x7d 0x28 0x7c 0xc9 0x4c 0x89 0xd8 0x48 0x69 0xc0 0x40 0x1f 0x0 0x0 goroutine 1 gp=0xc0000061c0 m=0 mp=0x56be29ebd220 [running]: main.com...stderr