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

Use dlopen in favor of direct dependency of ORT on Linux #724

Merged
merged 34 commits into from
Jul 30, 2024

Conversation

skyline75489
Copy link
Contributor

@skyline75489 skyline75489 commented Jul 25, 2024

Implement #693 on Linux.

Fixed CI breakage caused by microsoft/onnxruntime#21339, which modifies the SONAME to libonnxruntime.so.1. But the ORT lib bundled in ORT 1.19(nightly) is named libonnxruntime.so.1.19.0.

Related: microsoft/onnxruntime#21281

@baijumeswani baijumeswani marked this pull request as ready for review July 25, 2024 21:29
@baijumeswani baijumeswani requested a review from a team as a code owner July 25, 2024 21:29
@skyline75489 skyline75489 changed the title Draft for dlopen on Linux Use dlopen in favor of direct dependency of ORT on Linux Jul 26, 2024
Copy link
Member

@snnn snnn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You may merge it first then continue improving it.

@baijumeswani baijumeswani merged commit 6c8c992 into main Jul 30, 2024
13 checks passed
@baijumeswani
Copy link
Contributor

Let's merge this to unblock other PRs. And then revisit the search strategy.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants