Poplar and PopLibs
|
Convenience StreamCallback specialization for implementations that do not support prefetch/complete operations when the data type used does not require metadata. More...
#include <StreamCallback.hpp>
Public Member Functions | |
virtual Result | prefetch (void *) final override |
Not available in legacy streams. | |
virtual void | invalidatePrefetched () final override |
Not available in legacy streams. | |
virtual void | complete () final override |
Not available in legacy streams. | |
![]() | |
virtual Result | prefetch (void *p)=0 |
Callback function to fill the host buffer (host-to-device streams only). More... | |
virtual void | fetch (void *)=0 |
Callback function to fill the host buffer. More... | |
Convenience StreamCallback specialization for implementations that do not support prefetch/complete operations when the data type used does not require metadata.