This does a major refactor around the way we input data into routines, the MemLoader and IntoMemLoader traits provide us with a way of removing the specialized functions for each broadcast and non-broadcast routine and opens us up for more specialized memory handling further down the line.
This PR also extends the documentation now our function methods are bit more concrete.
This does a major refactor around the way we input data into routines, the
MemLoader
andIntoMemLoader
traits provide us with a way of removing the specialized functions for each broadcast and non-broadcast routine and opens us up for more specialized memory handling further down the line.This PR also extends the documentation now our function methods are bit more concrete.