Skip to content

Commit 55a6694

Browse files
authoredJan 5, 2024
Merge pull request #18983 from microsoft/WindowsAI
Merge WindowsAI to main
2 parents 02b1ff5 + 7401b66 commit 55a6694

File tree

66 files changed

+1772
-362
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

66 files changed

+1772
-362
lines changed
 

Diff for: ‎.pipelines/nuget_config/x64/packages.config

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
33
<package id="python" version="3.9.7" targetFramework="native" />
4-
<package id="Microsoft.AI.DirectML" version="1.12.1" targetFramework="native" />
4+
<package id="Microsoft.AI.DirectML" version="1.13.0" targetFramework="native" />
55
<package id="Microsoft.Windows.CppWinRT" version="2.0.201201.7" targetFramework="native" />
66
</packages>

Diff for: ‎.pipelines/nuget_config/x86/packages.config

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
33
<package id="pythonx86" version="3.9.7" targetFramework="native" />
4-
<package id="Microsoft.AI.DirectML" version="1.12.1" targetFramework="native" />
4+
<package id="Microsoft.AI.DirectML" version="1.13.0" targetFramework="native" />
55
<package id="Microsoft.Windows.CppWinRT" version="2.0.201201.7" targetFramework="native" />
66
</packages>

0 commit comments

Comments
 (0)
Please sign in to comment.