Skip to content

Conversation

9prady9
Copy link
Member

@9prady9 9prady9 commented Mar 9, 2021

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

@9prady9 9prady9 added this to the 3.8.1 milestone Mar 9, 2021
@9prady9 9prady9 requested a review from umar456 March 9, 2021 05:07
@9prady9 9prady9 added the Linux label Mar 9, 2021
@9prady9 9prady9 merged commit d85675f into arrayfire:master Mar 12, 2021
@9prady9 9prady9 deleted the fix_nvrtc_builtins_install branch March 12, 2021 09:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants