-
Notifications
You must be signed in to change notification settings - Fork 5.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
[OneDNN] Replace cpu.h header in default OneDNN to deploy #59259
[OneDNN] Replace cpu.h header in default OneDNN to deploy #59259
Conversation
你的PR提交成功,感谢你对开源项目的贡献! |
4b98eec
to
6f22ecc
Compare
@xinyu-intel @vivienfanghuagood , please help review, thanks~ |
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
您好,我有一些建议:
|
@yuanlehome ,好的,多谢解答,感觉第二种思路会更好一些 |
6f22ecc
to
6373091
Compare
40bc60e
to
535ba48
Compare
@yuanlehome 能否帮忙看下这样是否合理,这样就不需要对每一个config的构造函数赋值了 |
恩 我认为是合理的~ |
535ba48
to
ee27949
Compare
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
…le#59259) * Fix cpu.h header can not package in deploy * run CI * Add win32 header * enable mkldnn in predictor not in config * delete useless code * change logic to filter avx * fix * make use_mkldnn_ = false * exchange position to coverage CI pass
PR types
Bug fixes
PR changes
Others
Description
cpu.h header in default OneDNN will have error in deploy causing by this header files cannot be exposed to the outside world and packaged.