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/10/12 16:57:09 UTC

[GitHub] [tvm] kparzysz-quic opened a new pull request #9264: [LLVM] Treat scalars as single-lane vectors in CreateVecConcat

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


   LLVM differentiates between `<1 x ty>` and `ty`, while TVM does not. Make sure that a bunch of TVM scalars can be concatenated into a vector when generating LLVM IR.


-- 
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 #9264: [LLVM] Treat scalars as single-lane vectors in CreateVecConcat

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


   


-- 
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 #9264: [LLVM] Treat scalars as single-lane vectors in CreateVecConcat

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


   


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