Unfortunately, there seems to be a bug / crash in the Habana library. the info shows correct shapes for all tensors and recognizing the two outputs, but we get lib/Backends/Habana/Habana.cpp:1317 message: Expected synStatus be synSuccess (0), instead got 1 - not sure If I can share more than that publicly.
I have tried to implement it here: https://github.com/shajrawi/glow/tree/GatherRanges_Habana Which also adds support for multiple results in the same node: we have two results for the first time with this operand.
Unfortunately, there seems to be a bug / crash in the Habana library. the info shows correct shapes for all tensors and recognizing the two outputs, but we get
lib/Backends/Habana/Habana.cpp:1317 message: Expected synStatus be synSuccess (0), instead got 1
- not sure If I can share more than that publicly.