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

   This PR do 2 things:
   
   1. Fix a potential memory bug, we meet this bug because our device type is 
greater than 32, so the cross-border access happened in device api manager code.
   
   2. Remove a useless decorator, it seems there isn't any code use it, and it 
will cause the Python function become as a packed function, so the caller can't 
use the key word argument when call it.


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