Skip to content
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

Allow partially optimising a function #48

Closed
kumasento opened this issue Nov 1, 2020 · 1 comment
Closed

Allow partially optimising a function #48

kumasento opened this issue Nov 1, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@kumasento
Copy link
Owner

Currently we need to optimise a function as a whole, but the desired way is to split the function into multiple parts, and replace each part by an optimised version if possible. Otherwise, like in the example of #42 we cannot copy those code that get the dimensionality.

@kumasento
Copy link
Owner Author

Not a required feature anymore.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant