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

   When i try to read a col of softmax matrix into shared memory, it generate a 
complicate expr
   [script 
here](https://gist.github.com/JackWeiw/3e7bd0f1ed62225505916e87738d7751)
   after this PR 
   `T.max(T.int64(1), (m + T.int64(127)) // T.int64(128) * T.int64(128))` will 
be simplify to 
   `(m + T.int64(127)) // T.int64(128) * T.int64(128)`
   `T.min(T.int64(0), (m + T.int64(127)) // T.int64(128) * T.int64(128) - 
T.int64(1))` will be simplify to 
   `T.int64(0)`


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