Update DML 1.9 Nuget package to fix WindowsAI nuget pipeline build issue (#11934)
This commit is contained in:
Родитель
3b1224dc08
Коммит
64f95d400a
|
@ -1,6 +1,6 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<packages>
|
<packages>
|
||||||
<package id="python" version="3.7.9" targetFramework="native" />
|
<package id="python" version="3.7.9" targetFramework="native" />
|
||||||
<package id="Microsoft.AI.DirectML.Preview" version="1.9.0-devd10042c94985065a565c042540e15eb75b554663" targetFramework="native" />
|
<package id="Microsoft.AI.DirectML.Preview" version="1.9.0-devb9b146539f535988728c8eb4791840db54add4a7" targetFramework="native" />
|
||||||
<package id="Microsoft.Windows.CppWinRT" version="2.0.201201.7" targetFramework="native" />
|
<package id="Microsoft.Windows.CppWinRT" version="2.0.201201.7" targetFramework="native" />
|
||||||
</packages>
|
</packages>
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<packages>
|
<packages>
|
||||||
<package id="pythonx86" version="3.7.9" targetFramework="native" />
|
<package id="pythonx86" version="3.7.9" targetFramework="native" />
|
||||||
<package id="Microsoft.AI.DirectML.Preview" version="1.9.0-devd10042c94985065a565c042540e15eb75b554663" targetFramework="native" />
|
<package id="Microsoft.AI.DirectML.Preview" version="1.9.0-devb9b146539f535988728c8eb4791840db54add4a7" targetFramework="native" />
|
||||||
<package id="Microsoft.Windows.CppWinRT" version="2.0.201201.7" targetFramework="native" />
|
<package id="Microsoft.Windows.CppWinRT" version="2.0.201201.7" targetFramework="native" />
|
||||||
</packages>
|
</packages>
|
||||||
|
|
|
@ -40,7 +40,7 @@ if (NOT onnxruntime_USE_CUSTOM_DIRECTML)
|
||||||
set(NUGET_CONFIG ${PROJECT_SOURCE_DIR}/../NuGet.config)
|
set(NUGET_CONFIG ${PROJECT_SOURCE_DIR}/../NuGet.config)
|
||||||
set(PACKAGES_CONFIG ${PROJECT_SOURCE_DIR}/../packages.config)
|
set(PACKAGES_CONFIG ${PROJECT_SOURCE_DIR}/../packages.config)
|
||||||
get_filename_component(PACKAGES_DIR ${CMAKE_CURRENT_BINARY_DIR}/../packages ABSOLUTE)
|
get_filename_component(PACKAGES_DIR ${CMAKE_CURRENT_BINARY_DIR}/../packages ABSOLUTE)
|
||||||
set(DML_PACKAGE_DIR ${PACKAGES_DIR}/Microsoft.AI.DirectML.Preview.1.9.0-devd10042c94985065a565c042540e15eb75b554663)
|
set(DML_PACKAGE_DIR ${PACKAGES_DIR}/Microsoft.AI.DirectML.Preview.1.9.0-devb9b146539f535988728c8eb4791840db54add4a7)
|
||||||
set(DML_SHARED_LIB DirectML.dll)
|
set(DML_SHARED_LIB DirectML.dll)
|
||||||
|
|
||||||
# Restore nuget packages, which will pull down the DirectML redist package.
|
# Restore nuget packages, which will pull down the DirectML redist package.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<packages>
|
<packages>
|
||||||
<package id="GoogleTestAdapter" version="0.17.1" targetFramework="net46" />
|
<package id="GoogleTestAdapter" version="0.17.1" targetFramework="net46" />
|
||||||
<package id="Microsoft.AI.DirectML.Preview" version="1.9.0-devd10042c94985065a565c042540e15eb75b554663" targetFramework="native" />
|
<package id="Microsoft.AI.DirectML.Preview" version="1.9.0-devb9b146539f535988728c8eb4791840db54add4a7" targetFramework="native" />
|
||||||
<package id="Microsoft.Windows.CppWinRT" version="2.0.201201.7" targetFramework="native" />
|
<package id="Microsoft.Windows.CppWinRT" version="2.0.201201.7" targetFramework="native" />
|
||||||
</packages>
|
</packages>
|
||||||
|
|
|
@ -189,7 +189,7 @@ def generate_dependencies(xml_text, package_name, version, dependency_id, depend
|
||||||
return
|
return
|
||||||
|
|
||||||
dml_dependency = (
|
dml_dependency = (
|
||||||
'<dependency id="Microsoft.AI.DirectML.Preview" version="1.9.0-devd10042c94985065a565c042540e15eb75b554663"/>'
|
'<dependency id="Microsoft.AI.DirectML.Preview" version="1.9.0-devb9b146539f535988728c8eb4791840db54add4a7"/>'
|
||||||
)
|
)
|
||||||
|
|
||||||
if package_name == "Microsoft.AI.MachineLearning":
|
if package_name == "Microsoft.AI.MachineLearning":
|
||||||
|
|
Загрузка…
Ссылка в новой задаче