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

   This PR improves the torch FX translator in the following perspectives:
   * support unary op `sigmoid` and `round`,
   * support in-place `fill`, `triu` and `tril`,
   * support `tensor`, `arange`, `empty`,
   * support `bmm` (batch matrix multiplication),
   * support `astype`,
   * support `chunk` and `squeeze`.
   
   This PR also fixes `Embedding`. Previously the translation assumes that the 
input to Embedding will only be 1-dimensional, and will throw exception when 
the input has more than one dimension (i.e., batched). This PR brings the 
support.


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