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
#304 raised the concern that there is some divergence between pytorch and numpy which would prevent ipie's arraylib (some routing for agnostic arraylibrary usage (cupy and numpy)) being used. I don't think it's too much work to just add some custom methods which appropriately dispatch things (such as matrix exp etc), which would reduce a lot of code duplication.
The text was updated successfully, but these errors were encountered:
#304 raised the concern that there is some divergence between pytorch and numpy which would prevent ipie's arraylib (some routing for agnostic arraylibrary usage (cupy and numpy)) being used. I don't think it's too much work to just add some custom methods which appropriately dispatch things (such as matrix exp etc), which would reduce a lot of code duplication.
The text was updated successfully, but these errors were encountered: