Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[VitisAI] Refactor the VAIEP to use MSFT's standalone API #19058

Merged
merged 9 commits into from
Feb 1, 2024
Prev Previous commit
Next Next commit
Update provider_bridge_ort.cc
zz002 authored Jan 18, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit de1d01a121ae0dcf83f993e120661b14d07ceeee
2 changes: 1 addition & 1 deletion onnxruntime/core/session/provider_bridge_ort.cc
Original file line number Diff line number Diff line change
@@ -665,7 +665,7 @@ struct ProviderHostImpl : ProviderHost {
}
ONNX_NAMESPACE::RegisterSchema(schema, ORT_API_VERSION);
}

// ConfigOptions (wrapped)
std::optional<std::string> ConfigOptions__GetConfigEntry(const ConfigOptions* p, const std::string& config_key) override {
return p->GetConfigEntry(config_key);