-
-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Labels
optimizationSomething that optimizes size, speed, or maintainability.Something that optimizes size, speed, or maintainability.
Description
Currently, broadcasting logic is called for every vcompute call. Depending on how xtensor is structured, it's possible a lot of logic is duplicated hundreds of times unnecessarily.
We could either broadcast before doing the operation, or try to refactor xtensor to be able to re-use broadcasting functions. This may reduce the binary size by a good margin.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
optimizationSomething that optimizes size, speed, or maintainability.Something that optimizes size, speed, or maintainability.