[Good First Issue]: Possible Conditional Compilation Optimization for type_to_fuse_map
#23 069 ouverte le 25 févr. 2024
Métriques du dépôt
- Stars
- (10 286 stars)
- Métriques de merge PR
- (Merge moyen 14j 3h) (305 PRs mergées en 30 j)
Description
Context
Conditional Compilation is very helpful to optimize openvino binaries size for specified platforms and models, seems it can be used for type_to_fuse_map to do some binaries optimization:
Need to consider usage of CC factory here, because in case of conditional compilation, this map will hold all the operations, which are not even used in the model. See https://github.com/openvinotoolkit/openvino/blob/master/src/common/conditional_compilation/include/openvino/cc/factory.h
What needs to be done?
- Apply Conditional Compilation for
type_to_fuse_mapto optimize binaries size. - Measure how many binaries size benefit can be achieved from this optimization.
Example Pull Requests
No response
Resources
-
Intel DevHub Discord channel - engage in discussions, ask questions and talk to OpenVINO developers
-
https://docs.openvino.ai/2023.3/opevino_conditional_compilation_deploying_guide.html
Contact points
@riverlijunjie
Ticket
No response