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
[...] generally however I would obviously like to have something like a ht.view of the data, especially silent return of it. I am not 100% sure whether we can actually achieve this easily, due to the additional properties that we carry around and would have to watch out for. Yet, if somebody would successfully implement this, that would be a solid success for squeezing out further performance
As of Aug 2023, we're already using torch views internally whenever possible (although we might still have some unnecessary copies in legacy code, they usually get addressed during refactoring).
So I'm not sure this issue still needs to be addressed. I'll close it for now, let me know if you think it should be reopened.
[...] generally however I would obviously like to have something like a
ht.view
of the data, especially silent return of it. I am not 100% sure whether we can actually achieve this easily, due to the additional properties that we carry around and would have to watch out for. Yet, if somebody would successfully implement this, that would be a solid success for squeezing out further performanceOriginally posted by @Markus-Goetz in #677 (comment)
The text was updated successfully, but these errors were encountered: