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

   This PR makes a few code optimizations, 
   1.  utilize the `np.cumsum` API rather than inefficient for loops
   2. `multi dot` operator to perform matrix multiplication using a single API 
as opposed to two 'dot' APIs. 
   
   What do you think of the change? 
   


-- 
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