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/07 20:26:04 UTC

[GitHub] [incubator-tvm] kparzysz-quic opened a new pull request #5265: [LLVM] Use llvm::ElementCount with LLVM 11+ when creating vectors

kparzysz-quic opened a new pull request #5265: [LLVM] Use llvm::ElementCount with LLVM 11+ when creating vectors
URL: https://github.com/apache/incubator-tvm/pull/5265
 
 
   LLVM 11 added support for scalable vectors, and now the number of elements in a vector is represented by a `llvm::ElementCount` class, not just a number.
   

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


With regards,
Apache Git Services

[GitHub] [incubator-tvm] tqchen merged pull request #5265: [LLVM] Use llvm::ElementCount with LLVM 11+ when creating vectors

Posted by GitBox <gi...@apache.org>.
tqchen merged pull request #5265: [LLVM] Use llvm::ElementCount with LLVM 11+ when creating vectors
URL: https://github.com/apache/incubator-tvm/pull/5265
 
 
   

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


With regards,
Apache Git Services