Merged
Conversation
Fix for #24861 --------- Co-authored-by: Yulong Wang <7679871+fs-eire@users.noreply.github.com>
### Description <!-- Describe your changes. --> Do a manual load of dxcore.dll so that old Windows versions are still supported. ### 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. --> #24771 --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
The motivation is to allow Windows 10 LTSC 2019 (currently the only LTSC supported until 2029) to run ONNXRuntime and the DML provider. Inspired by #24845 to remove dxcore.dll dependency. Currently confirmed to work in a VM. Real tests on hardware with DML compatible devices will be performed very soon --------- Co-authored-by: Julien Maille <julien.maille@data-pixel.com>
…24534) 1. Migrate "Linux CPU Minimal Build E2E CI Pipeline" and "onnxruntime-binary-size-checks-ci-pipeline" to Github Action 2. Add the support for building ONNX Runtime minimal build with vcpkg. 3. Auto format the yaml files with ruamel.yaml 4. Update vcpkg to the latest release.
VCPKG has removed this feature.
jywu-msft
approved these changes
Jun 26, 2025
snnn
approved these changes
Jun 27, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Cherry pick the following into
rel-1.22.1
(change dependency from gitlab eigen to github eigen-mirror #24884 )
(Weaken dxcore dependency #24845 )
([DML] Restore compatibility with Windows Sdk 10.0.17134.0 (build 1809) #24950 )
(Migrate "Linux CPU Minimal Build E2E CI Pipeline" to Github Actions #24534)
(Disable VCPKG's binary cache #24889 )
bump version to 1.22.1 and update DirectML package version to 1.22.1 in CI pipeline