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:
[email protected]