Unable to implement matrix multiplication on a large matrix
I tried to compare my matrix multiplication implementation with that of the same python implementation and the algorithm worked for smaller matrices but it crashed for bigger ones
System information:
ubuntu WSL windows 10
mojo 0.6.0 (d55c0025)
modular 0.2.2 (95d42445)
1 Reply
free(): corrupted unsorted chunks
usually indicates some sort of memory corruption. This could either be a bug in your code or a bug in Mojo. Double check your code, and if you think it is a Mojo issue, please file an issue on GitHub at the link provided in the error message.