Open abtExp opened 7 years ago
after some testing, I realised, my arrange method is correct, the problem is with the matmul function, it's doing lesser number of iterations than it was supposed to. So there's an error in my algorithm.
well that's very bad.
Fixed The matmul operations
issue persists, algo fails when the inner axis value is 1. For example [7,1]*[1,4] breaks while every non 1 inner dimension works fine.
While Testing the product of matrix, The elements of the array are not completely being returned as output, instead, some values are being repeated. The arrange logic is erroronous for large number of elements. Requires Testing.