[sparse_conv] add semi-structured sparse#8063
Merged
chenjiaoAngel merged 19 commits intoPaddlePaddle:developfrom Jan 6, 2022
hcms1994:develop
Merged
[sparse_conv] add semi-structured sparse#8063chenjiaoAngel merged 19 commits intoPaddlePaddle:developfrom hcms1994:develop
chenjiaoAngel merged 19 commits intoPaddlePaddle:developfrom
hcms1994:develop
Conversation
|
Thanks for your contribution! |
Collaborator
chenjiaoAngel
left a comment
There was a problem hiding this comment.
建议FP32 和 int8分两个文件实现,一个文件的代码太长了
如果V8 和 V7 非汇编部分内容相似,建议合并实现
减少代码量
Collaborator
|
下个PR 补齐单测,建议将FP32 和 Int8 实现分两个文件添加,减少CC 代码长度 |
WeiLi233
pushed a commit
to WeiLi233/Paddle-Lite
that referenced
this pull request
Mar 29, 2022
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.
添加半结构化稀疏推理功能:
与之前合入的非结构化稀疏计算类似,半结构化稀疏相比非结构化稀疏在mbvnet模型上性能提升5%~30%,参考http://wiki.baidu.com/pages/viewpage.action?pageId=1689087861;
主要更新: