Expose DirectML provider to Python#3359
Conversation
|
/azp run Windows CPU CI Pipeline, Linux CPU CI Pipeline, Linux CPU x64 NoContribops CI Pipeline, Linux GPU CI Pipeline, Linux GPU TensorRT CI Pipeline, MacOS CI Pipeline, MacOS NoContribops CI Pipeline, Win CPU x64 NoContribops CI Pipeline, Win CPU x86 CI Pipeline, Windows GPU CI Pipeline, Windows GPU TensorRT CI Pipeline, Python Packaging Pipelines |
|
You have several pipelines (over 10) configured to build pull requests in this repository. Specify which pipelines you would like to run by using /azp run [pipelines] command. You can specify multiple pipelines using a comma separated list. |
|
/azp run Linux CPU CI Pipeline, Linux CPU x64 NoContribops CI Pipeline, Linux GPU CI Pipeline, Linux GPU TensorRT CI Pipeline, Windows CPU CI Pipeline, Windows GPU CI Pipeline |
|
Azure Pipelines successfully started running 6 pipeline(s). |
|
@RobinKa can you resolve the conflicts? We're planning to do a release soon and it'll be nice to get this as part of the release. Thanks! |
|
When I try to check any of the builds I just get "Build not found" (for example this one). // Edit: oh sorry you mean merge conflicts, I'll take a look. |
Once you resolve the conflicts we can trigger the build. |
# Conflicts: # onnxruntime/python/onnxruntime_pybind_state.cc # setup.py # tools/ci_build/build.py
|
Alright I resolved the conflicts. There are still some tests in |
|
/azp run Linux CPU CI Pipeline,Linux GPU CI Pipeline,Linux GPU TensorRT CI Pipeline,MacOS CI Pipeline,Windows GPU CI Pipeline,Windows GPU TensorRT CI Pipeline,MacOS NoContribops CI Pipeline,Linux CPU x64 NoContribops CI Pipeline,Windows CPU CI Pipeline |
|
Azure Pipelines successfully started running 9 pipeline(s). |
|
@RobinKa can you address conflicts? |
… against latest master
|
Closing as this is a dupe of #4630 |
Description: Exposed the DirectML (DML) provider to Python.
Motivation and Context
Previously the DML provider was not exposed to python.
Fixes #3358