Skip to content

Update to Onnxruntime 1.2 and reenable its support for GPU #4919

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 22 commits into from
Mar 10, 2020
Merged
Changes from 1 commit
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
47ef905
Update Onnx version to 1.2
antoniovs1029 Mar 3, 2020
7f5c219
Added onnx 1.2 private feed
antoniovs1029 Mar 3, 2020
e09c233
Added dependencies to GPU package only
antoniovs1029 Mar 3, 2020
68e719f
Actually use gpuDeviceId when applying ONNX model
antoniovs1029 Mar 3, 2020
94e1967
Add gpuDeviceId parameters to OnnxConversionTests
antoniovs1029 Mar 3, 2020
c91dd19
Use OnnxRuntime.Managed in OnnxTransformer
antoniovs1029 Mar 4, 2020
5092119
Added AI Infra for ONNX 1.2 nightly nugets
antoniovs1029 Mar 4, 2020
75427b7
Added onnxruntime new references for experiment
antoniovs1029 Mar 4, 2020
45b5709
Updated ML.Tests dependency for experiment on CI
antoniovs1029 Mar 4, 2020
477bdfe
Reverted mistake I made in Directory.Build.props
antoniovs1029 Mar 5, 2020
0cc8006
Update ML.Samples dependency
antoniovs1029 Mar 5, 2020
081b91c
Update ort feed
antoniovs1029 Mar 5, 2020
fa5a2ce
Second experiment
antoniovs1029 Mar 5, 2020
2ecb7b5
Update ML.Test to depend on Onnxruntime (no GPU)
antoniovs1029 Mar 5, 2020
94741fe
Revert "Add gpuDeviceId parameters to OnnxConversionTests"
antoniovs1029 Mar 5, 2020
d4501a0
Update ORT feed
antoniovs1029 Mar 10, 2020
dd9f56d
Revert "Update ML.Test to depend on Onnxruntime (no GPU)"
antoniovs1029 Mar 10, 2020
68b5489
Revert "Revert "Add gpuDeviceId parameters to OnnxConversionTests""
antoniovs1029 Mar 10, 2020
60b899b
Revert "Revert "Update ML.Test to depend on Onnxruntime (no GPU)""
antoniovs1029 Mar 10, 2020
932d6ed
Revert "Revert "Revert "Add gpuDeviceId parameters to OnnxConversionT…
antoniovs1029 Mar 10, 2020
2f30fd5
Removed ORT custom feed
antoniovs1029 Mar 10, 2020
98c0dff
Removed whitespaces
antoniovs1029 Mar 10, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update ort feed
  • Loading branch information
antoniovs1029 committed Mar 5, 2020
commit 081b91c9c8914491acd9edca088aee56d27f51e2
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
https://dotnet.myget.org/F/dotnet-core/api/v3/index.json;
https://dotnet.myget.org/F/roslyn-analyzers/api/v3/index.json;
https://pkgs.dev.azure.com/dnceng/public/_packaging/MachineLearning/nuget/v3/index.json;
https://aiinfra.pkgs.visualstudio.com/_packaging/OnnxRuntime%40Local/nuget/v3/index.json;
https://aiinfra.pkgs.visualstudio.com/PublicPackages/_packaging/ORT-Nightly/nuget/v3/index.json;
</RestoreSources>
</PropertyGroup>

Expand Down