← 返回首页
Fix for CUDA 11 nvrtc-builtins shared lib packaging by 9prady9 · Pull Request #3105 · arrayfire/arrayfire · GitHub
Skip to content

Navigation Menu

Toggle navigation
Sign in
Appearance settings
Search or jump to...

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Include my email address so I can be contacted

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Resetting focus

Fix for CUDA 11 nvrtc-builtins shared lib packaging#3105

Merged
9prady9 merged 1 commit into
arrayfire:masterfrom
9prady9:fix_nvrtc_builtins_install
Mar 12, 2021
Merged

Fix for CUDA 11 nvrtc-builtins shared lib packaging#3105
9prady9 merged 1 commit into
arrayfire:masterfrom
9prady9:fix_nvrtc_builtins_install

Conversation

Copy link
Copy Markdown
Member

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 added this to the 3.8.1 milestone Mar 9, 2021
9prady9 requested a review from umar456 March 9, 2021 05:07
9prady9 added the Linux label Mar 9, 2021
9prady9 merged commit d85675f into arrayfire:master Mar 12, 2021
9prady9 deleted the fix_nvrtc_builtins_install branch March 12, 2021 09:38
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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

Footer

© 2026 GitHub, Inc.