Skip to content

Ort openvino npu 1.17 master - #19966

Merged
George Wu (jywu-mysoft) merged 59 commits into
microsoft:mainfrom
intel:ort-openvino-npu-1.17-master
Mar 22, 2024
Merged

Ort openvino npu 1.17 master#19966
George Wu (jywu-mysoft) merged 59 commits into
microsoft:mainfrom
intel:ort-openvino-npu-1.17-master

Conversation

@sfatimar

Copy link
Copy Markdown
Contributor

Description

Add NPU to list of device supported.
Added changes for Support to OV 2024.0
Nuget packages removes packaging of OpenVINO DLL
Bug Fixes with Python API
Reverted Dockerfiles not being maintained.

Motivation and Context

NPU Device has been introduced by Intel in latest client systems
OpenVINO 2024.0 release is out.

Since there's a common GlobalContext, when we create two Sessions in the same user code,
the provider options of the first model gets overwritten with the second model's.

To overcome this, this PR creates an instance of GlobalContext for each instance of
OpenVINOExecutionProvider and uses it throughout wherever access to the GlobalContext's parameters are required.
@sfatimar

Copy link
Copy Markdown
Contributor Author

@jywu-msft Updated the azure pipeline

@jywu-mysoft

Copy link
Copy Markdown
Contributor

/azp run Linux OpenVINO CI Pipeline

@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines successfully started running 1 pipeline(s).

@sfatimar

Copy link
Copy Markdown
Contributor Author

Seems like one of unit test is giving accuracy mismatch. It worked fine in our systems. Checking on this

@sfatimar

Copy link
Copy Markdown
Contributor Author

@jywu-msft Disabled the unit test , Can you please re run

@jywu-mysoft

Copy link
Copy Markdown
Contributor

/azp run Linux OpenVINO CI Pipeline

@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines successfully started running 1 pipeline(s).

@sfatimar

Copy link
Copy Markdown
Contributor Author

The pipeline failed again :( . This time for Gelu Python Tests. One of the attributes approximate in Gelu is "none" in ONNX however we had defined it as "" string . Since it was part of latest ONNX Test suite and our onnx was not updated, this occurred. Hopefully it will pass this time.

@jywu-mysoft

Copy link
Copy Markdown
Contributor

/azp run Linux OpenVINO CI Pipeline

@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines successfully started running 1 pipeline(s).

@jywu-mysoft

Copy link
Copy Markdown
Contributor

/azp run Windows GPU TensorRT CI Pipeline, onnxruntime-binary-size-checks-ci-pipeline, onnxruntime-python-checks-ci-pipeline, orttraining-linux-ci-pipeline, orttraining-linux-gpu-ci-pipeline, orttraining-ortmodule-distributed

@jywu-mysoft

Copy link
Copy Markdown
Contributor

/azp run Linux CPU CI Pipeline, Linux CPU Minimal Build E2E CI Pipeline, Linux GPU CI Pipeline, Linux GPU TensorRT CI Pipeline, Linux Nuphar CI Pipeline, MacOS CI Pipeline, ONNX Runtime Web CI Pipeline, Windows CPU CI Pipeline, Windows GPU CI Pipeline

@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines successfully started running 5 pipeline(s).

@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines successfully started running 8 pipeline(s).

@jywu-mysoft

Copy link
Copy Markdown
Contributor

/azp run Big Models, Linux QNN CI Pipeline, Windows ARM64 QNN CI Pipeline, Windows x64 QNN CI Pipeline

@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines successfully started running 4 pipeline(s).

@jywu-mysoft
George Wu (jywu-mysoft) merged commit eab35c2 into microsoft:main Mar 22, 2024
Yi Zhang (mszhanyi) pushed a commit that referenced this pull request Mar 26, 2024
Ilya Lavrenov (ilya-lavrenov) pushed a commit to ilya-lavrenov/onnxruntime that referenced this pull request Mar 28, 2024
Add NPU to list of device supported.
Added changes for Support to OV 2024.0
Nuget packages removes packaging of OpenVINO DLL
Bug Fixes with Python API
Reverted Dockerfiles not being maintained.

NPU Device has been introduced by Intel in latest client systems
OpenVINO 2024.0 release is out.

---------

Co-authored-by: Suryaprakash Shanmugam <suryaprakash.shanmugam@intel.com>
Co-authored-by: Preetha Veeramalai <preetha.veeramalai@intel.com>
Co-authored-by: Ubuntu <ubuntu@ubuntu-118727.iind.intel.com>
Co-authored-by: hmamidix <hemax.sowjanya.mamidi@intel.com>
Co-authored-by: vthaniel <vishnudas.thaniel.s@intel.com>
Co-authored-by: saurabhkale17 <saurabh1.kale@intel.com>
Ted Themistokleous (TedThemistokleous) pushed a commit to TedThemistokleous/onnxruntime that referenced this pull request May 7, 2024
### Description
Add NPU to list of device supported. 
Added changes for Support to OV 2024.0
Nuget packages removes packaging of OpenVINO DLL 
Bug Fixes with Python API 
Reverted Dockerfiles not being maintained. 



### Motivation and Context
NPU Device has been introduced by Intel in latest client systems
OpenVINO 2024.0 release is out.

---------

Co-authored-by: Suryaprakash Shanmugam <suryaprakash.shanmugam@intel.com>
Co-authored-by: Preetha Veeramalai <preetha.veeramalai@intel.com>
Co-authored-by: Ubuntu <ubuntu@ubuntu-118727.iind.intel.com>
Co-authored-by: hmamidix <hemax.sowjanya.mamidi@intel.com>
Co-authored-by: vthaniel <vishnudas.thaniel.s@intel.com>
Co-authored-by: saurabhkale17 <saurabh1.kale@intel.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants