[CPU][ARM] Int8 conv swish fq fusion#34931
Draft
Passavee-Losripat wants to merge 4 commits intoopenvinotoolkit:masterfrom
Draft
[CPU][ARM] Int8 conv swish fq fusion#34931Passavee-Losripat wants to merge 4 commits intoopenvinotoolkit:masterfrom
Passavee-Losripat wants to merge 4 commits intoopenvinotoolkit:masterfrom
Conversation
25f294b to
c3d0c62
Compare
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Details:
ConvolutionTransformationon ARM by removingCPU_DISABLE_PASS_ARMin
transformation_pipeline.cppConvMulAddFQBlockpattern matcher to optionally match an activation nodebetween
AddandFakeQuantize, enabling recognition ofConv -> Mul -> Add -> Activation -> FQin addition to the existingConv -> Mul -> Add -> FQ. Currently supportsSwishandReluviawrap_type<Swish, Relu>without structural changes
ACLConvolutionExecutorto accept Activation + FakeQuantize as simultaneouspost-ops, replacing the hard single-post-op limit with an iteration loop
ConvertConvolutionBiasandFallbackUnsupportedLPConvToFP16to retrieveand handle the optional activation anchor without breaking existing patterns
canFuse()inconv.cppto allow FakeQuantize fusion after a single Eltwiseactivation is already fused, enabling the full post-op chain to reach the ACL executor
Tickets:
AI Assistance: