cbalint13 opened a new pull request, #18204:
URL: https://github.com/apache/tvm/pull/18204
This PR fix TVM use with the latest LLVM version 21.
At this time LLVM21 is available as a release candidate.
#### Notes:
* explicit conversion of llvm::Triple <-> str() is a requirement, it is
not deduced anymore.
* As of
[llvm#140615](https://github.com/llvm/llvm-project/commit/735209c0688b10a66c24750422b35d8c2ad01bb5)
, intrinsic ```llvm.nvvm.barrier0``` is now
```llvm.nvvm.barrier.cta.sync.aligned.all(0)```.
* ORCJIT linker must be a ```llvm::Expected``` protected type from now.
Tested against:
```
$ rpm -q gcc-c++
gcc-c++-15.1.1-5.fc43.1.x86_64
```
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]