You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2021/09/06 07:57:43 UTC

[GitHub] [tvm] AndrewZhaoLuo opened a new pull request #8933: [Onnx] Pow support for other types

AndrewZhaoLuo opened a new pull request #8933:
URL: https://github.com/apache/tvm/pull/8933


   This updates the onnx spec for pow up to the latest opset. This includes mixing types and having integer pow().
   
   We handle all of this by casting to float since codegen does not support an intrinsic pow operator. It might be worth it to come up with a good default implementation in relay for integer pow but I do not know if this is going to be faster than simply casting.


-- 
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: commits-unsubscribe@tvm.apache.org

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



[GitHub] [tvm] masahi merged pull request #8933: [Onnx] Pow support for other types

Posted by GitBox <gi...@apache.org>.
masahi merged pull request #8933:
URL: https://github.com/apache/tvm/pull/8933


   


-- 
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: commits-unsubscribe@tvm.apache.org

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