-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
[sparse_conv] add semi-structured sparse #8063
Conversation
Thanks for your contribution! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
建议FP32 和 int8分两个文件实现,一个文件的代码太长了
如果V8 和 V7 非汇编部分内容相似,建议合并实现
减少代码量
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
添加单测测试文件
下个PR 补齐单测,建议将FP32 和 Int8 实现分两个文件添加,减少CC 代码长度 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
添加半结构化稀疏推理功能:
与之前合入的非结构化稀疏计算类似,半结构化稀疏相比非结构化稀疏在mbvnet模型上性能提升5%~30%,参考http://wiki.baidu.com/pages/viewpage.action?pageId=1689087861;
主要更新: