Justin Stoecker
bd236ecc26
Switch to unified DirectML 1.4.0 redistributable ( #5794 )
...
Transitions from the ORT-only DML NuGet (hosted on the onnxruntime_public feed) to the new unified DirectML NuGet (Microsoft.AI.DirectML) on nuget.org. In addition, the Microsoft.AI.MachineLearning (WinML) and Microsoft.ML.OnnxRuntime.DirectML packages now take a dependency on the Microsoft.AI.DirectML package. This means we can remove the extra copy of DML binaries in these packages since they will be installed by the DML package.
2020-11-17 13:42:23 -08:00
Tiago Koji Castro Shibata
9e68e98423
Add static CRT DLLs to Nuget package ( #5661 )
...
* Add static runtime yaml option
* Add to WAI Nuget build matrix
* Support empty build flags
* Add DML to x64
* Bundle static rt
* Bundle after Nugets are built
* Fix typo
* Skip static tests
* Pack test artifact only in x64 dynamic
* No DML static runtime
* Add Store static
* Revert "Add Store static"
This reverts commit 69133e5838 .
* Static subfolder
2020-11-05 09:26:17 -08:00
Sheil Kumar
c0d7c8bc44
Add docs indicating that the onnxruntime engine from other distributions can be compatible with the WinRT NuGet ( #5009 )
...
* add docs for mix and matching
* typos
Co-authored-by: Sheil Kumar <sheilk@microsoft.com>
2020-09-14 21:15:51 -07:00
Sheil Kumar
4377ff4a1a
Enable .NET Core 2.0 and .NET Framework 4.6.1 in Microsoft.AI.MachineLearning NuGet package ( #4125 )
...
* add project to download cswinrt and build winrt c# interop dll
* Add to nuget package
* reverse if check
* run generation before core compile
* add generated files to compile
* update .net package to binplace native libs
* add props to .netstandard2.0 folder
* auto binplace ml native binaries
* force 'Any CPU' platform build
* Fix anycpu and platform targets
* fix flake errors
* fix variable order
* fix flake pep8 errors, semicolon
Co-authored-by: Sheil Kumar <sheilk@microsoft.com>
2020-06-09 09:08:19 -07:00