Skip to content

Conversation

@skottmckay
Copy link
Contributor

Description

Add support for selection policy delegate

  • split API function into one for the policy enum and one for the delegate
  • add void* for user state
    • required to wire up using the delegate in other languages.

Add C# support for specifying the selection policy delegate.

Address comments from initial C# autoep support PR.

Motivation and Context

skottmckay added 2 commits May 5, 2025 19:07
- split API function into one for the policy enum and one for the delegate
- add `void*` for user state
  - required to wire up using the delegate in other languages.

Add C# support for specifying the selection policy delegate.
adrianlizarraga
adrianlizarraga previously approved these changes May 5, 2025
skottmckay added 3 commits May 6, 2025 08:04
Put back custom op registration that was accidentally deleted in the move.
adrianlizarraga added a commit that referenced this pull request May 6, 2025
### Description
Adds support for selection policy delegate directly to the release
branch. This is necessary to avoid having to update C# bindings (which
are in main but not in the release branch)

Based on #24635

### Motivation and Context
<!-- - Why is this change required? What problem does it solve?
- If it fixes an open issue, please link to the issue here. -->
@skottmckay skottmckay merged commit 1f4156c into main May 6, 2025
92 of 98 checks passed
@skottmckay skottmckay deleted the skottmckay/SupportEPSelectionDelegateInNativeAndCSharp branch May 6, 2025 08:29
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