Commit ff0715d
Adding candidate metadata key for tracking EP's OS driver version (#26616)
### Description
This change adds a well-known key name (`os_driver_version`)
corresponding to the OS driver version associated with an EP. We will
eventually flesh this out to enable retrieving it from the `OrtEpDevice`
if it's been populated, but for starters we reserve the name.
### Motivation and Context
We have a scenario in WebNN where the browser would like to get the
driver version associated with a given EP (this is to enable policy
against the driver, e.g. for maintaining a blocklist if a particular
driver version has a scenario-blocking bug in it). Having a mechanism to
retrieve the driver version via ORT would help with implementing this
feature.
---------
Co-authored-by: Aditya Rastogi <[email protected]>1 parent ee0ffd5 commit ff0715d
File tree
1 file changed
+3
-0
lines changed- include/onnxruntime/core/session
1 file changed
+3
-0
lines changedLines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
12 | 15 | | |
13 | 16 | | |
14 | 17 | | |
| |||
0 commit comments