Fix for CUDA 11 nvrtc-builtins shared lib packaging #3105
Merged
+21
−16
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Linux Installer
.shneeds fixing. As without this change, the current Linux Installer on our website is causinglibnvrtc-buitins.so.11.1not found error when used with CUDA 11.2 runtime. I have verified this by using our current installer on a 11.2 runtime docker container. Issue was found via #3101 .Prior to CUDA 11, I think the
nvrtcshared library on Linux wasn't using any version suffixes to lookup fornvrtc-builtinsshared library. This seems to have changed in CUDA 11(not sure if it changed right from 11.0 or not).Changes to Users
Users likely needs to reinstall 3.8 again on Linux.
A rename of
libnvrtc-builtins.so(provided by ArrayFire Installation, not system one) tolibnvrtc-builtins.so.11.1on user's system is the current work around until a fixed installer is uploaded.Checklist
[ ] Functions added to unified API[ ] Functions documented