Skip to content

Mathematical operations in utbot-analytics should be written in pure Kotlin to reduce the size of the plugin #837

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

Open
amandelpie opened this issue Sep 1, 2022 · 1 comment
Labels
comp-summaries Something related to the method names, code comments and display names generation ctg-enhancement New feature, improvement or change request

Comments

@amandelpie
Copy link
Collaborator

amandelpie commented Sep 1, 2022

Description

The existing DL inference and data preprocessing is implemented with the help of Smile library wrapper under OpenBlas and another wrappers for native libs

It leads to the packaging huge dependencies as the following: smile, arpack-ng, openblas, javacpp

Expected behavior

The size of plugin is reduced from 300 mb to the 100 mb after this implementation

NOTE: This is a part of the umbrella ticket #703

@amandelpie
Copy link
Collaborator Author

If somebody will have some qustions, please feel free to ask

@amandelpie amandelpie removed their assignment Jan 18, 2023
@alisevych alisevych added the comp-summaries Something related to the method names, code comments and display names generation label Apr 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
comp-summaries Something related to the method names, code comments and display names generation ctg-enhancement New feature, improvement or change request
Projects
Status: Todo
Development

No branches or pull requests

2 participants