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

Adapt a ufunc-like architecture for calls #161

Open
Ivorforce opened this issue Nov 24, 2024 · 0 comments
Open

Adapt a ufunc-like architecture for calls #161

Ivorforce opened this issue Nov 24, 2024 · 0 comments
Labels
blocked A feature that is currently blocked by limitations of the environment feature New feature or request

Comments

@Ivorforce
Copy link
Owner

Ivorforce commented Nov 24, 2024

This way, we should be able to

  • better dispatch for different SIMD support, see Add support for SIMD multi-arch exports #102
  • better define and understand supported types from a meta perspective
  • Simplify the c++ code generation logic
  • Reduce the binary size by having even fewer branches

We will probably have to generate tables from python. Either way it's good to have the information statically.
We will also need to abstract broadcasting first (#162).

@Ivorforce Ivorforce added feature New feature or request blocked A feature that is currently blocked by limitations of the environment labels Nov 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocked A feature that is currently blocked by limitations of the environment feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant