Open
Description
I understand this isn't a priority, but I'll at least try to create a sort of tracking issue/help where I can (not much tbh).
Distributions are already migrating to LLVM 16 (upcoming Fedora 38 to be released in a few days uses that), and it'll be great if there was planned igc support for that.
Currently hit issues:
- Ton of opencl-clang problems (worked around, created PRs upstream, got it building)
- CCLANG_SONAME_VERSION check doesn't pass (hits <= 5.0.0 path) for opencl-clang built against llvm 16 - disabled that check to be able to progress
- llvm:None was deprecated (advisory to use std::nullopt_t, seems like a drop-in? I can go ahead and create a PR for that)
- error: cannot convert 'llvm::StringLiteral' to 'const char* const' in initialization (hit in IGC/Options/include/igc/Options/)
- probably many more...
I hope @AGindinson wouldn't mind for a ping here? I remember you've worked on fresh LLVM support for past few releases.
Metadata
Metadata
Assignees
Labels
No labels