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 2020/04/21 22:51:36 UTC

[GitHub] [incubator-tvm] kparzysz-quic opened a new pull request #5398: [LLVM] Replace calls to Type::getVectorNumElements

kparzysz-quic opened a new pull request #5398:
URL: https://github.com/apache/incubator-tvm/pull/5398


   This function has recently been removed from LLVM 11. Use alternative way to obtain vector element count (`VectorType::getNumElements`), which works for all LLVM versions.


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [incubator-tvm] tqchen commented on issue #5398: [LLVM] Replace calls to Type::getVectorNumElements

Posted by GitBox <gi...@apache.org>.
tqchen commented on issue #5398:
URL: https://github.com/apache/incubator-tvm/pull/5398#issuecomment-617505301


   @kparzysz-quic please rebase against the master


----------------------------------------------------------------
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:
users@infra.apache.org