You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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! :)
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! :)
The text was updated successfully, but these errors were encountered: