Jacob Lambert
Jacob Lambert
This was reportedly fixed here: https://reviews.llvm.org/D82603 Report back if you're still having issues with this though!
Possible fix: https://github.com/llvm/llvm-project/pull/79866
Fixed here: https://github.com/ROCm/llvm-project/commit/8efb5d685b7cbad40dfb8c73745301b0348a9d95
Now that we've moved device libs to https://github.com/ROCm/llvm-project/tree/amd-staging/amd/device-libs, we hope to have fewer problems LLVM/device-libs mismatching. Also, we're doing more testing of device libs and comgr against upstream LLVM recently...
We are now in the process of archiving this repository, and don't advise using this repository in builds moving forward. If you have any problems with the above instructions to...
Hi @littlewu2508, thanks for looking into this! Regarding the second issue you mentioned (errors due to llvm's change [https://reviews.llvm.org/D116011](https://reviews.llvm.org/D116011)), can you verify which version of Comgr you're testing with and...
@littlewu2508 and @MathiasMagnus , thanks for looking into this, and sorry for letting it fall off my radar. As far as I understand it, our main issue is that AMDGPULowerKernelCalls...
As far as I know this issue is not fixed. We still haven't upstreamed the needed work to fix this unsupported calling convention issue
Those warnings seem correct. So you're having issues moving away from the following deprecated (soon to be removed) actions? AMD_COMGR_ACTION_ADD_DEVICE_LIBRARIES AMD_COMGR_ACTION_COMPILE_SOURCE_TO_FATBIN What kind of issues are you having? There is...