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

[ARM CPU] Avg Pooling, ROI Pooling fix for fp16 precision #20658

Merged
merged 56 commits into from
Oct 27, 2023

Conversation

allnes
Copy link
Contributor

@allnes allnes commented Oct 23, 2023

Details:

  • item1
  • ...

Tickets:

allnes and others added 30 commits October 16, 2023 16:11
…kit#20294)

* Enable device properties setting via AUTO plugin.

* Update.

* Update.

* Update.

* Update.

* Update.

* Update.

* Update docs/OV_Runtime_UG/auto_device_selection.md

Co-authored-by: yanlan song <bell.song@intel.com>

* Add for stateful model

* Fix the link

---------

Co-authored-by: yanlan song <bell.song@intel.com>
Co-authored-by: Chen Peter <peter.chen@intel.com>
* Update.

* Update.

* Update.

* add test case.

* Update.

* Update test cases.

* Update.

* Update.

* Updated.

* Updated.

* Updated.

---------

Co-authored-by: Chen Peter <peter.chen@intel.com>
* [GPU] Fixed data generation for f16 fusion tests

* [GPU] Temporary tolerance increase for failed tests on iGPU

* [GPU] Temporary skip or tolerance increase for failed tests on dGPU
* [TF FE][TF Hub] Support Xlog1py operation

* Update test_tf_Xlog1py.py
…envinotoolkit#20449)

* Update cpp_benchmark_tool.md

* Update cpp_benchmark_tool.md

* Update cpp_benchmark_tool.md
…into an/general_fix_fp16

# Conflicts:
#	src/plugins/intel_cpu/tests/functional/shared_tests_instances/skip_tests_config.cpp
@vurusovs
Copy link
Contributor

@allnes please, take into account ROIPooling tests are skipped in scope of #20552 (just merged)

@allnes allnes requested a review from EgorDuplensky October 24, 2023 14:15
@@ -453,6 +453,10 @@ void ROIPooling::initSupportedPrimitiveDescriptors() {
impl_type = impl_desc_type::ref;
}

if (impl_type != impl_desc_type::ref && refParams.src_prc == Precision::FP16) {
Copy link
Contributor

Choose a reason for hiding this comment

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

let's have src_prc assignment in one place of the function

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@EgorDuplensky corrected

@dmitry-gorokhov dmitry-gorokhov merged commit 9decbb5 into openvinotoolkit:master Oct 27, 2023
34 checks passed
alvoron pushed a commit to alvoron/openvino that referenced this pull request Nov 6, 2023
allnes added a commit to allnes/openvino that referenced this pull request Nov 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category: CPU OpenVINO CPU plugin platform: arm OpenVINO on ARM / ARM64
Projects
None yet
Development

Successfully merging this pull request may close these issues.