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/03/03 23:03:11 UTC

[GitHub] [tvm] csullivan opened a new pull request #7582: [LLVM] FixedVectorType is only available in v120, not v110.

csullivan opened a new pull request #7582:
URL: https://github.com/apache/tvm/pull/7582


   Fix for TVM build errors with rocm-3.7 and llvm 11.0,
   ```
   /tvm/src/target/llvm/codegen_llvm.cc:572:77: error: no member named 'getFixed' in 'llvm::ElementCount'
     llvm::Constant* mask = llvm::ConstantVector::getSplat(llvm::ElementCount::getFixed(lanes), zero);
   ```


----------------------------------------------------------------
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] [tvm] csullivan closed pull request #7582: [LLVM] FixedVectorType is only available in v120, not v110.

Posted by GitBox <gi...@apache.org>.
csullivan closed pull request #7582:
URL: https://github.com/apache/tvm/pull/7582


   


----------------------------------------------------------------
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] [tvm] csullivan commented on pull request #7582: [LLVM] FixedVectorType is only available in v120, not v110.

Posted by GitBox <gi...@apache.org>.
csullivan commented on pull request #7582:
URL: https://github.com/apache/tvm/pull/7582#issuecomment-790327828


   It appears there is a difference between llvm 11.0 and the rocm llvm-project/rocm-3.7.0, 
   ```LLVM 11.0.0 (git@github.com:RadeonOpenCompute/llvm-project.git ee4e4ebbadcc8ea14ce99e34ed31ab31e94827ac```. This change is required in the rocm build configuration, but fails here. Closing for now as it appears this change isn't needed upstream.


----------------------------------------------------------------
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] [tvm] junrushao1994 commented on pull request #7582: [LLVM] FixedVectorType is only available in v120, not v110.

Posted by GitBox <gi...@apache.org>.
junrushao1994 commented on pull request #7582:
URL: https://github.com/apache/tvm/pull/7582#issuecomment-790402038


   Got it...that sounds interesting. Thanks Chris for digging in the issue


----------------------------------------------------------------
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] [tvm] csullivan commented on pull request #7582: [LLVM] FixedVectorType is only available in v120, not v110.

Posted by GitBox <gi...@apache.org>.
csullivan commented on pull request #7582:
URL: https://github.com/apache/tvm/pull/7582#issuecomment-790136326


   cc @mbrookhart @mvermeulen 


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