Skip to content
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

Ort openvino npu 1.17 master #19966

Merged
merged 59 commits into from
Mar 22, 2024
Merged

Conversation

sfatimar
Copy link
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.

sspintel and others added 30 commits March 12, 2024 23:14
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.
@jywu-msft
Copy link
Member

/azp run Linux OpenVINO CI Pipeline

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@sfatimar
Copy link
Contributor Author

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

@sfatimar
Copy link
Contributor Author

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

@jywu-msft
Copy link
Member

/azp run Linux OpenVINO CI Pipeline

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@sfatimar
Copy link
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-msft
Copy link
Member

/azp run Linux OpenVINO CI Pipeline

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@jywu-msft
Copy link
Member

/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-msft
Copy link
Member

/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

Copy link

Azure Pipelines successfully started running 5 pipeline(s).

Copy link

Azure Pipelines successfully started running 8 pipeline(s).

@jywu-msft
Copy link
Member

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

Copy link

Azure Pipelines successfully started running 4 pipeline(s).

@jywu-msft jywu-msft merged commit eab35c2 into microsoft:main Mar 22, 2024
69 checks passed
mszhanyi pushed a commit that referenced this pull request Mar 26, 2024
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>
luncliff added a commit to luncliff/vcpkg that referenced this pull request Apr 20, 2024
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