← 返回首页
Add support for staticly linking nvrtc starting CUDA 11.5 by umar456 · Pull Request #3236 · 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

Add support for staticly linking nvrtc starting CUDA 11.5#3236

Merged
umar456 merged 1 commit into
arrayfire:masterfrom
umar456:static_nvrtc
Mar 31, 2022
Merged

Add support for staticly linking nvrtc starting CUDA 11.5#3236
umar456 merged 1 commit into
arrayfire:masterfrom
umar456:static_nvrtc

Conversation

Copy link
Copy Markdown
Member

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

Copy link
Copy Markdown
Contributor

tks @umar456

umar456 merged commit 35bd3f8 into arrayfire:master Mar 31, 2022
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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

Footer

© 2026 GitHub, Inc.