Commit 41d4927
Add PE version info to onnxruntime_providers_vitisai.dll
Add a Windows VERSIONINFO resource (.rc file) for the Vitis AI provider
DLL, following the same pattern used for CUDA, TensorRT, and QNN EPs
(added in microsoft#24606). This embeds the ORT version into the DLL's PE header
so it shows up in file properties.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 05b3d81 commit 41d4927
4 files changed
Lines changed: 58 additions & 3 deletions
File tree
- cmake
- external
- onnxruntime/core/providers/vitisai
- .circleci/config.yml+21-40
- .gitignore-1
- README.md+6-7
- bazel/MODULE.bazel+1-1
- bazel/emscripten_toolchain/link_wrapper.py+7-2
- bazel/emscripten_toolchain/toolchain.bzl+5-16
- bazel/emscripten_toolchain/wasm_cc_binary.bzl+12
- bazel/revisions.bzl-96
- docker/Makefile+7-9
- emscripten-releases-tags.json+1-25
- emsdk.bat-7
- emsdk.ps1+3-7
- emsdk.py+192-514
- emsdk_manifest.json-213
- pyproject.toml-74
- scripts/update_bazel_workspace.py+5-6
- scripts/update_node.py+6-10
- scripts/update_python.py+2-2
- test/test.bat+1
- test/test.py+6-8
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
23 | 32 | | |
24 | 33 | | |
25 | 34 | | |
| |||
Lines changed: 46 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
0 commit comments