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 2022/06/12 22:27:54 UTC

[GitHub] [tvm] lazycal opened a new pull request, #11685: Fix onnx round import with float64 inputs.

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

   This simple PR fixes the unhandled float64 case introduced by #11446. Without the change, TVM won't be able to import any ONNX Round operator with float64 inputs, and will complain with error `data types float64 and float32 do not match in BroadcastRel`.
   cc: @AndrewZhaoLuo @jwfromm @CircleSpin 


-- 
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] AndrewZhaoLuo merged pull request #11685: Fix onnx round import with float64 inputs.

Posted by GitBox <gi...@apache.org>.
AndrewZhaoLuo merged PR #11685:
URL: https://github.com/apache/tvm/pull/11685


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