-
Notifications
You must be signed in to change notification settings - Fork 2.9k
[CPU] FP16 support - ARM changes #18394
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
Merged
dmitry-gorokhov
merged 40 commits into
openvinotoolkit:master
from
alvoron:alvoron_arm_fp16_func
Jul 31, 2023
Merged
Changes from 28 commits
Commits
Show all changes
40 commits
Select commit
Hold shift + click to select a range
5e1d1f5
[CPU][ARM] Initial FP16 support
fb7115f
fp16 support - additional changes
alvoron 5c8f685
mvn node - avoid fp32 force
alvoron c5527c1
added FP16 case into dumpAsTxt
alvoron bdec6f3
fixed comments
alvoron 1a8f01c
Merge branch 'master' into alvoron_arm_fp16_func
alvoron 47834f8
mvn fp16 tests added
alvoron 25997e6
enabled fp16 eltwise tests
alvoron bb65558
skip failed mvn tests and removed eltwise experiments
alvoron 0cd85d2
Merge branch 'master' into alvoron_arm_fp16_func
alvoron 91c5799
disable acl fp16 transpose
alvoron 781cead
eltwise - fp16 for acl only
alvoron 4714b63
BlobDumper fp16 support
alvoron 5853643
enable fp16 tests for transpose
alvoron a135aa8
Merge branch 'master' into alvoron_arm_fp16_func
alvoron ea3b96e
enable fp16 mvn and transpose tests on arm only
alvoron fbd8d88
enable fp16 eltwise tests on arm only
alvoron 2427369
wrap fp16 changes by arm fp16 define
alvoron 55e6126
Merge branch 'master' into alvoron_arm_fp16_func
alvoron be75803
REG_FAST_DIRECT_COPY_F16_F16 adedd to oneDNN
alvoron e9d15a3
disable FuseFullyConnectedAndSimpleOperation is ACL is used
alvoron a1fd3f2
fullyconnected - force weights and bias to fp16
alvoron 10be069
FC - weightsDataType fp16 force for arm only
alvoron c3ba7b3
fix comments
alvoron 18fdcb3
Merge branch 'master' into alvoron_arm_fp16_func
alvoron 4cbdbe3
updated mvn and transpose tests
alvoron f8bf113
fix additional_config type in Eltwise tests
alvoron 51be938
fix arm fp16 define in Eltwise tests
alvoron ce64f8d
removed FuseFullyConnectedAndSimpleOperation limitation
alvoron 982dd76
enable fp16 in eltwise tests
alvoron 2811c2a
Merge branch 'master' into alvoron_arm_fp16_func
alvoron ebc6d67
fix eltwise slt tests
alvoron 0376376
fix eltwise and mvn tests
alvoron aca2c69
fix tests
alvoron 5713603
force precision to fp32 for integer types
alvoron a3d9c1d
fix eltwise tests
alvoron 5904b32
fix transpose tests and allow nhwc transpose for fp16
alvoron 213a9ca
created OV_CPU_ARM_TARGET_ARCH
alvoron f31baf0
removed OV_CPU_ARM_TARGET_GENERIC_ARCHS
alvoron 062eda1
Merge branch 'master' into alvoron_arm_fp16_func
alvoron File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.