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

Zero-dependency backend by default #48

Open
1 of 4 tasks
bwasti opened this issue Sep 25, 2022 · 0 comments
Open
1 of 4 tasks

Zero-dependency backend by default #48

bwasti opened this issue Sep 25, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@bwasti
Copy link
Contributor

bwasti commented Sep 25, 2022

Right now there is a hard dep on arrayfire, which can be a nightmare to install. The plan is to instead ship two bindings: 1 array fire binding and 1 zero-dep binding. On program load, the array fire binding with be loaded, and if it fails, the other binding will be loaded.

Hopefully we can phase out installation pain entirely! :)

@bwasti bwasti self-assigned this Sep 25, 2022
@bwasti bwasti added the enhancement New feature or request label Sep 25, 2022
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