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
Merged
Changes from 1 commit
Commits
Show all changes
56 commits
Select commit Hold shift + click to select a range
d90d806
MVN fix
allnes Oct 16, 2023
1b832fa
behavior fix
allnes Oct 16, 2023
accae87
non zero fix
allnes Oct 16, 2023
3914b37
normalize fix
allnes Oct 16, 2023
e81b375
ctc_greedy_decoder.cpp fix
allnes Oct 16, 2023
611b76c
ctc_greedy_decoder_seq_len.cpp fix
allnes Oct 16, 2023
69f30b5
non zero style fix
allnes Oct 16, 2023
2d66d2c
rnn fix
allnes Oct 16, 2023
c449bb8
enable tests
allnes Oct 16, 2023
d127228
Merge branch 'master' into an/general_fix_fp16
allnes Oct 16, 2023
f681ee4
Restore f16 precision due to GPU performance drop (#20443)
praasz Oct 16, 2023
9fc88ec
[AUTO] Update python example and selection logic notice (#20294)
yangwang201911 Oct 17, 2023
9154ce8
[GPU] Reserve CPU resource for GPU inference (#19214)
yangwang201911 Oct 17, 2023
1f21acb
[GPU] Fixed data generation for f16 fusion tests (#20247)
Lyamin-Roman Oct 17, 2023
9354ef7
[TF FE][TF Hub] Support Xlog1py operation (#20500)
siddhant-0707 Oct 17, 2023
e6178f6
Remove TREAT_WARNING option from the doc (#20507)
ilyachur Oct 17, 2023
090189d
[DOCS] Supported formats update for Benchmark C++ Tool for master (#2…
msmykx-intel Oct 17, 2023
d5974e6
corrected comments
allnes Oct 17, 2023
d7da60e
Merge branch 'master' into an/general_fix_fp16
allnes Oct 17, 2023
046aacb
Merge branch 'master' of https://github.com/openvinotoolkit/openvino …
allnes Oct 17, 2023
987b5a6
Update normalize.cpp
allnes Oct 17, 2023
1c86852
Update normalize.cpp
allnes Oct 17, 2023
b476122
Merge branch 'master' of https://github.com/openvinotoolkit/openvino …
allnes Oct 17, 2023
8099d82
Merge branch 'master' of https://github.com/openvinotoolkit/openvino …
allnes Oct 17, 2023
31eb82d
fix behavior tests
allnes Oct 17, 2023
1cc4daa
skip tests
allnes Oct 17, 2023
234b6b5
skip tests 2
allnes Oct 17, 2023
98c17bf
Merge remote-tracking branch 'origin/an/general_fix_fp16' into an/gen…
allnes Oct 17, 2023
a8eaa1d
skip tests - additional
allnes Oct 17, 2023
b9da207
Merge branch 'master' of https://github.com/openvinotoolkit/openvino …
allnes Oct 17, 2023
d039f4f
avgpool fix
allnes Oct 17, 2023
025c769
Merge branch 'master' of https://github.com/openvinotoolkit/openvino …
allnes Oct 18, 2023
33b06ba
Merge branch 'master' of https://github.com/openvinotoolkit/openvino …
allnes Oct 18, 2023
85e0a63
Merge branch 'master' of https://github.com/openvinotoolkit/openvino …
allnes Oct 19, 2023
32d38b3
Merge branch 'master' of https://github.com/openvinotoolkit/openvino …
allnes Oct 23, 2023
f98bb69
roi_pooling.cpp fix
allnes Oct 23, 2023
346a605
Update roi_pooling.cpp
allnes Oct 24, 2023
e79389d
Merge branch 'master' into an/general_fix_fp16
allnes Oct 24, 2023
8cbb075
Update skip_tests_config.cpp
allnes Oct 24, 2023
f852022
fix comments 2
allnes Oct 24, 2023
cbd019f
fix comments 3
allnes Oct 24, 2023
092be63
Merge branch 'master' into an/general_fix_fp16
allnes Oct 24, 2023
5fab47b
Merge branch 'master' of https://github.com/openvinotoolkit/openvino …
allnes Oct 25, 2023
1b7ebe7
fix win build
allnes Oct 25, 2023
d65d97b
Merge remote-tracking branch 'origin/an/general_fix_fp16' into an/gen…
allnes Oct 25, 2023
399a000
fix win build 2
allnes Oct 25, 2023
81500bb
Merge branch 'master' of https://github.com/openvinotoolkit/openvino …
allnes Oct 25, 2023
2acb311
Update roi_pooling.cpp
allnes Oct 25, 2023
0e175c5
Merge branch 'master' into an/general_fix_fp16
allnes Oct 25, 2023
2d952dc
Merge branch 'an/general_fix_fp16' of https://github.com/allnes/openv…
allnes Oct 25, 2023
7315f7b
fix win build 3
allnes Oct 25, 2023
f7c1a62
fix win build 4
allnes Oct 26, 2023
720ed43
Merge branch 'master' into an/general_fix_fp16
allnes Oct 26, 2023
b0aa8d0
refactor view
allnes Oct 26, 2023
3b4e0bc
Merge remote-tracking branch 'origin/an/general_fix_fp16' into an/gen…
allnes Oct 26, 2023
e4e0677
Merge branch 'master' into an/general_fix_fp16
allnes Oct 26, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
enable tests
  • Loading branch information
allnes committed Oct 16, 2023
commit c449bb8edecbbc0183a983a36c527b5f4c9bfa14
Original file line number Diff line number Diff line change
Expand Up @@ -190,15 +190,6 @@ std::vector<std::string> disabledTestPatterns() {
// Issue: 122094
R"(smoke_Interpolate_Basic_Down_Sample_Tail/InterpolateLayerTest.Inference.*(asymmetric|align_corners).*f16.*)",
};
#if defined(__APPLE__) && defined(OPENVINO_ARCH_ARM64)
// Issue: 120950
retVector.emplace_back(R"(.*smoke_TensorIteratorCommon/TensorIteratorTest.Inference.*_modelType=f16_targetDevice=CPU.*)");
retVector.emplace_back(R"(.*smoke_CtcGreedyDecoderBasic/CTCGreedyDecoderLayerTest.Inference.*netPRC=f16.*trgDev=CPU.*)");
retVector.emplace_back(R"(.*CTCGreedyDecoderSeqLenLayerTest.Inference.*dataPRC=f16.*trgDev=CPU.*)");
// Issue: 122177
retVector.emplace_back(R"(.*smoke_LSTMCellCommon/LSTMCellTest.Inference.*_modelType=f16.*)");
retVector.emplace_back(R"(.*smoke_LSTMSequenceCommonZeroClip/LSTMSequenceTest.Inference.*_modelType=f16.*)");
#endif

#if defined(OPENVINO_ARCH_X86)
retVector.emplace_back(R"(.*DetectionOutputLayerTest.*)");
Expand Down
Loading