microsoft / onnxruntime

ONNX Runtime: cross-platform, high performance ML inferencing and training accelerator
https://onnxruntime.ai
MIT License
14.59k stars 2.92k forks source link

CUDA Dependency files #22668

Open namtr92 opened 16 hours ago

namtr92 commented 16 hours ago

Describe the issue

Hi, I want to package all these CUDA dependency files in to 1 installer so it easier for install, may I know the list of all file require to run ONNXRuntime in each library:

To reproduce

N/A

Urgency

No response

Platform

Windows

OS Version

11

ONNX Runtime Installation

Released Package

ONNX Runtime Version or Commit ID

1.19

ONNX Runtime API

C#

Architecture

X64

Execution Provider

CUDA

Execution Provider Library Version

No response

tianleiwu commented 13 hours ago

To get a full list of DLLs, you can use Process Monitor to trace file system of your test application: https://learn.microsoft.com/en-us/sysinternals/downloads/procmon.

Another tool is dependency walker. Example: Image Image