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

   Refactored out a piece of common functionality from the 
`conv2d_gemm_weight_transform` and `interleave_transpose_weights` functions, 
which has previously led to bugs stemming from changes made to only one but not 
the other, like in #15584.  
    Determining the necessary padding for the interleaved and transposed 
weights matrix has now been separated into a new utility function, allowing 
future changes to be reflected in both callers.
   
   cc @ekalda @lhutton1 @neildhickey @leandron 


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to