Skip to content

Suppress preload errors for optional CUDA libraries - #32112

Draft
Tianlei Wu (tianleiwu) with Copilot wants to merge 2 commits into
mainfrom
copilot/fix-preload-dlls-error
Draft

Suppress preload errors for optional CUDA libraries#32112
Tianlei Wu (tianleiwu) with Copilot wants to merge 2 commits into
mainfrom
copilot/fix-preload-dlls-error

Conversation

Copilot AI commented Aug 16, 2026

Copy link
Copy Markdown
Contributor

Description

  • Treat cuFFT and NVRTC as optional in preload_dlls().
  • Continue reporting failures for required CUDA libraries.
  • Add regression coverage for Linux and Windows DLL names.

Motivation and Context

cuFFT and NVRTC are optional starting with ONNX Runtime 1.28, but preload_dlls() reported missing-library errors for them. This avoids misleading installation errors on minimal CUDA installations.

@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines:
There may be pipelines that require an authorized user to comment /azp run to run.

Co-authored-by: tianleiwu <30328909+tianleiwu@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix preload_dlls to recognize optional CUDA dependencies Suppress preload errors for optional CUDA libraries Aug 16, 2026
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.

preload_dlls shows an error for optional CUDA dependencies

2 participants