giuseros commented on pull request #5980:
URL: https://github.com/apache/incubator-tvm/pull/5980#issuecomment-658711649


   Quick update on this. 
   * I had to remove checks for input data type to be `int32` from the 
intrinsic (and TOPI). Indeed, this can be called from 
`relay/quantize/realize.cc` with `int64` and `int8` input datatypes. After all, 
we convert upfront to `int64` so the input data type shouldn't matter. 
   * I also applied some changes to the intrinsic so that now the casts are 
more explicit. 


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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to