-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Optimize dygraph InferShape perf #42155
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
Optimize dygraph InferShape perf #42155
Conversation
|
你的PR提交成功,感谢你对开源项目的贡献! |
… opt_dygraph_scheduling_perf_phase3
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
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
* init commit * remove two hash impl * fix bug * polish details * fix compile failed * fix compile failed * fix compile failed * add default kernel sig cache * fix get kernel arg defs error * remove kernel arg defs cache * fix origin op execute
* Change small vector size (#42202) * change samll vector size * Update type_defs.h * Optimize dygraph InferShape perf (#42155) * init commit * remove two hash impl * fix bug * polish details * fix compile failed * fix compile failed * fix compile failed * add default kernel sig cache * fix get kernel arg defs error * remove kernel arg defs cache * fix origin op execute
PR types
Performance optimization
PR changes
Others
Describe
Optimize dygraph scheduling perf part3
TODO:静态图也可以通过类似的缓存机制避免一些全局hash操作,后续PR再添加,现在以解决动态图性能问题为主