Open jpsamaroo opened 10 months ago
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.
Adjoint
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.