Releases: Mystro256/ROCm-CompilerSupport
Releases · Mystro256/ROCm-CompilerSupport
LLVM 17.1 bugfix release
LLVM 17 Initial release
Tested with LLVM 17 rc1.
I have not tested with any ROCM release yet.
LLVM 16.2 bugfix release
LLVM 15.1 bugfix release
LLVM 16.1 bugfix release
Fixes some issues:
- fixes comgr_mangled_names_test failure (regression caused by patch e3b172a, which fixed compile test failures against upstream LLVM)
- fixes a reporting error (I've emailed this to upstream, I assume it'll be pushed to amd-stg-open in the next few weeks)
- Skip compile_device_libs_test, as it doesn't work (feel free to send me a pull request if you know how to fix)
- Cherry-pick compiler warnings fix from upstream
Notes:
- This should work against ROCm 5.4, feel free to open an issue if you see any regression using the release/16.x branch versus the upstream rocm-5.4.x branch
- generic issues with this codebase should be filed upstream, (in other words, issues that can be reproduced in upstream code)
Known issues:
- works with rocm 5.5, but I needed to revert this:
ROCm/ROCclr@041c004
LLVM 16 Initial release
Note: This is untested, I'll release an update when LLVM is released
LLVM 15 Initial release
Fix test against upstream llvm This patch was taken from Gentoo: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff5673d31363d797f1e40afa8038b9a9fa4c56c1 This isn't a perfect solution, but it gets around the failure for now.
LLVM 14 Initial release
Fix test against upstream llvm This patch was taken from Gentoo: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff5673d31363d797f1e40afa8038b9a9fa4c56c1 This isn't a perfect solution, but it gets around the failure for now.