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 we only convert between plain, dense array types, but don't handle wrappers like Adjoint, which is super unfortunate. We should more reliably use Adapt for arbitrary objects so that we can convert anything to/from GPU representation.
The text was updated successfully, but these errors were encountered:
Currently we only convert between plain, dense array types, but don't handle wrappers like
Adjoint
, which is super unfortunate. We should more reliably use Adapt for arbitrary objects so that we can convert anything to/from GPU representation.The text was updated successfully, but these errors were encountered: