JuliaGPU / DaggerGPU.jl

GPU integrations for Dagger.jl
Other
50 stars 11 forks source link

Always use Adapt to convert values to/from GPU #31

Open jpsamaroo opened 10 months ago

jpsamaroo commented 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.