Commit f98c756
authored
Bring IR_VERSION and some other changes into provider_api.h (#26765)
### Description
Copy the most recent changes and update IR_VERSION in provider_api.h
which was lost during the most recent update.
### Motivation and Context
Some changes from the most recent ONNX update did not make it to
provider_api.h.
This causes the max version check with version 11 fail for the newly
created models for DLL based EPs
even though compiled from the same tree.1 parent a83a158 commit f98c756
File tree
1 file changed
+3
-1
lines changed1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
| 82 | + | |
82 | 83 | | |
83 | 84 | | |
84 | 85 | | |
| |||
98 | 99 | | |
99 | 100 | | |
100 | 101 | | |
101 | | - | |
| 102 | + | |
| 103 | + | |
102 | 104 | | |
103 | 105 | | |
104 | 106 | | |
| |||
0 commit comments