Poplar and PopLibs
poplar::LegacyStreamCallback Class Reference

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>

Inheritance diagram for poplar::LegacyStreamCallback:
poplar::StreamCallback

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.
 
- Public Member Functions inherited from poplar::StreamCallback
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...
 

Detailed Description

Convenience StreamCallback specialization for implementations that do not support prefetch/complete operations when the data type used does not require metadata.


The documentation for this class was generated from the following file: