Open EgorZarubin opened 5 years ago
In the host code, are you checking for errors? Is it possible the Hexagon pipeline is failing to run?
I notice there are two 'hexagon' directives (one on gY[i], one on outputY), is it only the latter one that causes the results to be incorrect?
Yes, only 'hexagon' for outputY leads the error.
What do you mean by host code, code that call halide pipeline or generated pseudo code?
Hello, I'm trying to run simple code with pyramid at hexagon. And I faced to strange behavior: CODE:
When I run this code at the phone, output is corrupted. Values in each 4th column are either 0 or 255. When I remove ".hexagon()" from outputY schedule, program works fine. What can be the reason of such behavior?