Commit d464b2a
Add example and documentation for kOrtEpDevice_EpMetadataKey_OSDriverVersion (#28282)
### Description
<!-- Describe your changes. -->
This change provides details on the expected value for
`kOrtEpDevice_EpMetadataKey_OSDriverVersion` and provides an example in
the plugin EP tests.
### 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. -->
We introduced a new EP metadata key called
`kOrtEpDevice_EpMetadataKey_OSDriverVersion` in #26616 but neglected to
provide sufficient detail to guide EP authors in how to fill in the
value for this key. This PR is an attempt to address that gap.
---------
Co-authored-by: Aditya Rastogi <adityar@ntdev.microsoft.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>1 parent b2f6e15 commit d464b2a
3 files changed
Lines changed: 11 additions & 0 deletions
File tree
- include/onnxruntime/core/session
- onnxruntime/test/autoep
- library/example_plugin_ep
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
13 | 17 | | |
14 | 18 | | |
15 | 19 | | |
| |||
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
| |||
141 | 142 | | |
142 | 143 | | |
143 | 144 | | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
144 | 148 | | |
145 | 149 | | |
146 | 150 | | |
| |||
171 | 175 | | |
172 | 176 | | |
173 | 177 | | |
| 178 | + | |
174 | 179 | | |
175 | 180 | | |
176 | 181 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| 73 | + | |
| 74 | + | |
73 | 75 | | |
74 | 76 | | |
75 | 77 | | |
| |||
0 commit comments