-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Enable onnxruntime_autoep_test on non-Windows platforms #26344
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
Merged
Merged
Changes from all commits
Commits
Show all changes
45 commits
Select commit
Hold shift + click to select a range
6d34481
save work
edgchen1 790ba41
update comment
edgchen1 81c7d95
update autoep tests to build/run on Android
edgchen1 2e14060
update comment in CMakeLists.txt
edgchen1 e52f862
replace ProviderSharedLibrary oid Ensure() with Status Initialize(),…
edgchen1 ff569c6
remove newlines
edgchen1 ff3ed18
pass by ref in for loop
edgchen1 6a81526
try to fix GCC warning about maybe_unused on data members
edgchen1 9f41ebd
fix formatting
edgchen1 f5a6655
use Ort::MemoryInfo in ep_factory.cc
edgchen1 160b06e
fix example_plugin_ep library path on Apple platforms
edgchen1 c291c6a
example_plugin_ep - derive allocators from BaseAllocator which has a …
edgchen1 b39b442
delete ExampleNodeComputeInfo* instead of base class OrtNodeComputeIn…
edgchen1 27c6790
Merge remote-tracking branch 'origin/main' into edgchen1/plugin_ep_an…
edgchen1 7a4c849
add libexample_plugin_ep.so to files copied to Android device, sort f…
edgchen1 e3f372e
add include, update comment
edgchen1 c12b722
try to implement GetRuntimePath() for posix env.
edgchen1 45ef29d
update posix GetRuntimePath
edgchen1 18c062e
update autoep cuda EP test
edgchen1 0894421
only check one address from posix env GetRuntimePath
edgchen1 6f0e6b0
add PlatformEnvTest.GetRuntimePath test
edgchen1 d0aae1e
enable QNN autoep tests
edgchen1 9f6e5bb
fix path arg
edgchen1 59bc088
Revert "enable QNN autoep tests"
edgchen1 b48ef8e
skip PlatformEnvTest.GetRuntimePath in WebAssembly build
edgchen1 af31522
add test for GetRuntimePath() call from shared library
edgchen1 2081235
add CMAKE_DL_LIBS to onnxruntime_runtime_path_test_shared_library lin…
edgchen1 5b395fb
print exception info from OrtTestGetSharedLibraryRuntimePath
edgchen1 7b5e0ee
fix build issue
edgchen1 a382d5f
reorder path update calls - absolute(remove_filename(path)) -> remove…
edgchen1 348a954
add readme
edgchen1 21815fa
add copyright comments, update shared lib test
edgchen1 2d42cba
remove GetRuntimePath test that tests statically linked function
edgchen1 d4cad75
Merge remote-tracking branch 'origin/main' into edgchen1/plugin_ep_an…
edgchen1 873bda0
remove unused EpFactoryVirtualGpu::default_logger_ data member
edgchen1 7305296
remove unused EpVirtualGpu::factory_ data member
edgchen1 95f0d0b
use lambda capture [&] to avoid clang warning
edgchen1 657ddae
add libonnxruntime_runtime_path_test_shared_library.so to shared libs…
edgchen1 f889090
add GSL to example_plugin_ep_virt_gpu link libraries
edgchen1 c4b05b9
loop var const ref
edgchen1 88a5e1c
remove .dll from base shared lib name
edgchen1 5cabd69
uncomment factory parameter - oops
edgchen1 64c2cec
handle no exception build
edgchen1 b8368f0
add example_plugin_ep_virt_gpu to shared lib list
edgchen1 6d25cb1
cast to AddNodeComputeInfo* before delete
edgchen1 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.