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
Currently, neither vanilla torch nor array-api-compat torch seem to accept the copy keyword. (Or the device keyword, of course, but that is probably harder to deal with.)
Needs to wait I think, that's also DLPack 1.0. from_dlpack only passes the copy keyword on to dlpack, and the copying is expected to be done by the producer.
Currently, neither vanilla torch nor array-api-compat torch seem to accept the
copy
keyword. (Or thedevice
keyword, of course, but that is probably harder to deal with.)Should the array-api-compat version accept it, or does it need to wait for PyTorch itself?
Crossref scipy/scipy#21890
The text was updated successfully, but these errors were encountered: