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
PyTorch has a special device, meta, which is a dummy device with no underlying data. This is a very powerful testing tool.
However, PyTorch has not implemented special support for unknown shapes just for this device. As a result, unique etc. fail.
Proposal
Change capabilities() to capabilities(*, device=None), matching the signature of default_dtypes() and dtypes().
Uh oh!
There was an error while loading. Please reload this page.
PyTorch has a special device,
meta
, which is a dummy device with no underlying data. This is a very powerful testing tool.However, PyTorch has not implemented special support for unknown shapes just for this device. As a result,
unique
etc. fail.Proposal
Change
capabilities()
tocapabilities(*, device=None)
, matching the signature ofdefault_dtypes()
anddtypes()
.Change
array_api_compat.torch
:The text was updated successfully, but these errors were encountered: