Skip to content

Commit

Permalink
Resolving compilation errors when using USE_VITISAI
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhenze Wang committed Feb 1, 2024
1 parent 1d6f13f commit 730f86a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 4 additions & 0 deletions onnxruntime/core/providers/provider_factory_creators.h
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,10 @@
#include "core/providers/tvm/tvm_provider_factory_creator.h"
#endif

#if defined(USE_VITISAI)
#include "core/providers/vitisai/vitisai_provider_factory_creator.h"
#endif

#if defined(USE_XNNPACK)
#include "core/providers/xnnpack/xnnpack_provider_factory_creator.h"
#endif
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@
#include "./vitisai_execution_provider.h"
#include "core/framework/execution_provider.h"

#include "core/session/abi_session_options_impl.h"

using namespace onnxruntime;
namespace onnxruntime {

Expand Down

0 comments on commit 730f86a

Please sign in to comment.