linux build fixes#1
Merged
Merged
Conversation
RyanUnderhill
approved these changes
Jan 17, 2024
natke
added a commit
that referenced
this pull request
Apr 23, 2024
psakhamoori
added a commit
that referenced
this pull request
Sep 2, 2025
## Summary Adds support for automatic custom ops library path resolution using execution provider metadata. ## Changes - Enhanced custom ops library registration to resolve relative paths using EP metadata - Added path resolution logic that checks EP devices for library_path metadata - Improved filesystem utility functions for cross-platform path handling ## Key Features - Automatically resolves relative custom ops library paths using EP library metadata - Maintains backward compatibility with absolute paths - Cross-platform path handling (Windows/Unix) ## Testing - Build verified on Windows with MSVC ``` 1: [----------] Global test environment tear-down 1: [==========] 37 tests from 6 test suites ran. (4785 ms total) 1: [ PASSED ] 37 tests. 1: Shutting down OnnxRuntime... done 1/1 Test #1: UnitTests ........................ Passed 4.90 sec ``` Fixes custom ops library loading issues for execution providers.
Closed
EPNW-Eric
pushed a commit
to EPNW-Eric/onnxruntime-genai
that referenced
this pull request
Mar 17, 2026
…kend-support Add MIGraphX execution provider support
zpye
added a commit
to zpye/onnxruntime-genai
that referenced
this pull request
Apr 20, 2026
…nchmark (microsoft#1) Enable decoder-pipeline models with fixed input shapes for execution providers that do not support dynamic dimensions. Introduces right-padding of input IDs, a static attention mask with KV cache rewind after prefill, and a new `fixed_prompt_length` config option. Also extends model_benchmark with `--ep_library` to load custom EP shared libraries. Made-with: Cursor
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
fix issues with building on linux