-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Closed as not planned
Labels
ep:CUDAissues related to the CUDA execution providerissues related to the CUDA execution providerstaleissues that have not been addressed in a while; categorized by a botissues that have not been addressed in a while; categorized by a bot
Description
Faced an issue while using onnxruntime-gpu on Visual Studio using nuget installation:
System used:
Windows 10
(Not a GPU/CUDA specific issue)
Issue faced:
cuda_provider_factory.h has an include #include "core/framework/provider_options.h", while all header files are placed in a single folder after installation.
Fix:
For me, changing #include "core/framework/provider_options.h" to #include "provider_options.h" worked.
Shouldn't this be taken care of by Visual studio/onnxruntime nuget package itself?
Metadata
Metadata
Assignees
Labels
ep:CUDAissues related to the CUDA execution providerissues related to the CUDA execution providerstaleissues that have not been addressed in a while; categorized by a botissues that have not been addressed in a while; categorized by a bot