8000 Add support for staticly linking nvrtc starting CUDA 11.5 by umar456 · Pull Request #3236 · arrayfire/arrayfire · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Add support for staticly linking nvrtc starting CUDA 11.5 #3236

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

Merged
merged 1 commit into from
Mar 31, 2022

Conversation

umar456
Copy link
Member
@umar456 umar456 commented Mar 26, 2022

Statically link NVRTC if possible

Description

This PR statically links the NVRTC library if AF_WITH_STATIC_NUMERIC_LIBS is set to on.
this makes the arrayfire cuda library only dependent on the libcuda.so driver library installed
by the NVIDIA driver.

Changes to Users

Users will not need a separate NVRTC library with the installation of ArrayFire static builds

Checklist

  • Rebased on latest master
  • Code compiles
  • Tests pass
  • [ ] Functions added to unified API
  • [ ] Functions documented

@WilliamTambellini
Copy link
Contributor

tks @umar456

@umar456 umar456 merged commit 35bd3f8 into arrayfire:master Mar 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants
0