meggart / DiskArrays.jl

Other
73 stars 13 forks source link

Backend generalisation #95

Closed rafaqz closed 6 months ago

rafaqz commented 1 year ago

@meggart instead of using Flatten.jl we could have a mechanism for propagating the engine trait between DiskArray layers? It might be more robust.

So they can all just forward to the parent disk object, but e.g BroadcastDiskArray might need to store the trait somewhere.