You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, OptSched is assuming LLVM 6, but some things only work with LLVM 7, and some configurations need higher versions (e.g. the GPU build needs LLVM 9). It would make sense to make the LLVM version the highest version we can support.
Things to check:
ROCm latest LLVM version support
Flang latest LLVM version support
Whether this will cause any issues with in-progress papers or projects.
We would want the highest version of LLVM that we could use.