About LLVM version support policy of Enzyme #1212
PragmaTwice
started this conversation in
General
Replies: 1 comment 2 replies
-
Update: we recently decided to drop support for llvm 7 and 8. Once we have reached feature completeness, we aim to only support the latest llvm version. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
It seems currently Enzyme supports a large range of LLVM versions, i.e. from 7 to the latest version (maybe?).
But obviously there are some trade-offs:
So I wonder is there some LLVM version support policy, like we maintain a dynamic range of LLVM versions we support, and make a timeline of deprecating the old versions and supporting new versions (e.g. from [7, 15] to [8, 16]) to let users know the status of support.
cc @ZuseZ4
Beta Was this translation helpful? Give feedback.
All reactions