Description
Linux Installer .sh needs fixing. As without this change, the current Linux Installer on our website is causing libnvrtc-buitins.so.11.1 not 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 nvrtc shared library on Linux wasn't using any version suffixes to lookup for nvrtc-builtins shared 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) to libnvrtc-builtins.so.11.1 on user's system is the current work around until a fixed installer is uploaded.
Checklist
- Rebased on latest master
- Code compiles
- Tests pass
[ ] Functions added to unified API[ ] Functions documented