-
Notifications
You must be signed in to change notification settings - Fork 203
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RFC: Deprecate support for LLVM <= 5 #471
Comments
We have issues with LLVM 6 on Yellowstone at Stanford. However LLVM 3.8 works just fine. |
The solver builds successfully on LLVM 6, but when we run test cases, this error occurs: Edit: the error report has been moved to #472 I'm not sure how related this is directly to terra, but this is an issue we encounter on 6.0 and not 3.8 |
@cmelone @mariodirenzo Thanks for reporting. I'm splitting this off into a separate issue so that we can track it. I'll mark it as a blocker up above. |
There is one large caveat for CUDA users: Terra switched to NVPTX starting with LLVM 5, and that means that certain details of the backends, like what intrinsics are available, differ. See StanfordLegion/legion#983 an example of the sort of issues you might face. I think think means we'll want to be extra sure we compare performance and compatibility with users of CUDA in Terra. |
CC'ing more people who might have a stake in the CUDA backend: @jameshegarty @gilbo @Mx7f @ProfFan @aiverson @ErikMcClure Please see above discussion, particularly about the migration from NVVM to NVPTX, and let us know (a) if this impacts you, and (b) what if any testing you would like to do before LLVM 3.8 (and therefore NVVM support) is deprecated. |
Now that I've replicated LLVM 3.8 performance on the apps I've been testing, I am formally kicking off the deprecation period for LLVM <= 5. This puts us in phase 1 above. I have a couple of known users on LLVM 3.8 (via Regent) who I will contact. If anyone else is still using any LLVM version less than or equal to 5, speak up now. This phase will be relatively short (assuming the known users confirm they can move to newer LLVM versions), and then we'll be on to phase 2. Note that if you're upgrading, there are some things that have changed recently that will (hopefully) improve your performance, especially on NVIDIA GPUs. Some of these things are automatic, but some may require changes on your end. Specifically:
I'm CCing a list of people who have been interested in CUDA support at some point in the past. If you are still using LLVM 3.8, or have not done a direct comparison to newer versions to verify the performance, now is the time to do so. @jameshegarty @gilbo @Mx7f @ProfFan @aiverson @ErikMcClure |
I haven't heard anything, and all the Regent users I've talked to have had performance that is at least as good (and other issues have been resolved), so I'm going to kick off the next phase. I might accelerate this a bit so we get the deprecation in before 1.0.0, but otherwise things will be as before: we'll wait a bit longer to see if there's any reason not to deprecate, then formalize the deprecation. Nothing will be removed at this point (and not before 1.0.0 at any rate). |
I'm going to pull the trigger for this. Formal deprecation is in #554. |
Final removal was in #612. |
Update: we are in phase 4 below. LLVM <= 5 has been formally deprecated and is planned for removal in late 2022. Please comment on this issue if you are still using LLVM 3.8 in particular (as this is the last release to support NVVM, prior to our switch to the NVPTX backend with LLVM 5+). Also, if you have not had an opportunity to directly compare LLVM 3.8 and newer versions, please take the time to do so.
I'm going to kickstart this discussion early since I know there are still users on LLVM 3.8. I would ideally like to move our minimum LLVM version to 6, i.e. deprecating all versions <= 5.
This will be similar to #456, except that (since I know there are live users on 3.8) I want to make sure we confirm all those users have migrated before we pull the plug.
Steps:
If you are actively using any LLVM versions <= 5, please reply to this issue as soon as possible so that your usage can be tracked.
Blockers:
The text was updated successfully, but these errors were encountered: