Skip to content

Problem with include in provider_options.h #9148

@TejasT

Description

@TejasT

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

No one assigned

    Labels

    ep:CUDAissues related to the CUDA execution providerstaleissues that have not been addressed in a while; categorized by a bot

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions