lhutton1 opened a new pull request, #12970:
URL: https://github.com/apache/tvm/pull/12970

   The NPU driver stack expects weights in IO (HWIO) format, however, Relay 
uses an OI representation. Although the shape of the weight tensor was 
correctly changed during codegen, the values in the weights tensor were not 
being transposed. This lead to an output mismatch when the output "units" was > 
1. The tests didn't catch this due to using a weights tensor of all 1's.
   
   cc @leandron @ashutosh-arm 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@tvm.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to