Skip to content

Fix a bug for Openvino Python binding#9130

Merged
pranavsharma merged 1 commit intomasterfrom
snnn-patch-1
Sep 21, 2021
Merged

Fix a bug for Openvino Python binding#9130
pranavsharma merged 1 commit intomasterfrom
snnn-patch-1

Conversation

@snnn
Copy link
Contributor

@snnn snnn commented Sep 21, 2021

Description:
Fix a bug for Openvino Python binding

Motivation and Context

@snnn snnn requested a review from souptc September 21, 2021 01:30
@snnn snnn added ep:OpenVINO issues related to OpenVINO execution provider release:1.9 labels Sep 21, 2021
Copy link
Contributor

@pranavsharma pranavsharma left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

None of our tests caught this. We should add a test for this later. @souptc
We should also add a windows pipeline for openvino. @jywu-msft

@pranavsharma pranavsharma merged commit 02b9213 into master Sep 21, 2021
@pranavsharma pranavsharma deleted the snnn-patch-1 branch September 21, 2021 03:39
wangyems pushed a commit that referenced this pull request Sep 21, 2021
@snnn
Copy link
Contributor Author

snnn commented Sep 21, 2021

We can catch the same error on Linux. But we disabled too many warnings in Linux build. If we do the same thing for Windows, we won't be able to see the same error either. So I think it is not because we don't have enough number of build pipelines. More is always better. But the fundamental problem is enabling the warnings.

wangyems added a commit that referenced this pull request Sep 21, 2021
* Fixing MORE mlas unittest failures in POWER (#8673)

* Ensure ms-experimental domain Audio Ops build in mac pipeline  (#8857)

* Globally enable ms-experimental ops

* change meaning of ms_experimental to mean *all* ms_experimental ops. Some experimental ops will still be enabled globally without this flag like audio ops.

* add cmath

* add cmath to signal_defs.cc

* move audio back into experimental, verify on mac

* remove experimental from mac builds

Co-authored-by: Sheil Kumar <sheilk@microsoft.com>

* Remove cpuinfo from WCOS builds (#9076)

* Fix a bug for Openvino Python binding (#9130)

* Fix default initialization value in C API header (#9126)

* fix default initialization value in C API header

* Fix conflicts

* Nits

* Do not generate nuget symbol packages on Linux

* fix name conflict in 1.9 for Fix default initialization value in C API header

* Fix nightly CI pipeline to generate ROCm 4.2 wheels and add ROCm 4.3.1 wheels (#9101)

* make work for both rocm 4.2 and rocm 4.3.1

* fix rocm 4.3.1 docker image reference

* fix CUDA_VERSION to ROCM_VERSION

* fix ReduceConsts conflict def

* add ifdef to miopen_common.h as well

* trailing ws

* remove OrtCUDAProviderOptions() and simply set value

* revert to use custom ctor and fix tests

Co-authored-by: austinpagan <fossum@us.ibm.com>
Co-authored-by: Sheil Kumar <smk2007@gmail.com>
Co-authored-by: Sheil Kumar <sheilk@microsoft.com>
Co-authored-by: Tiago Koji Castro Shibata <ticastro@microsoft.com>
Co-authored-by: Changming Sun <chasun@microsoft.com>
Co-authored-by: Hariharan Seshadri <shariharan91@gmail.com>
Co-authored-by: Suffian Khan <sukha@microsoft.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ep:OpenVINO issues related to OpenVINO execution provider

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[OpenVINO-EP] Windows Build broken for Debug Mode

2 participants