libgrape-lite
A C++ library for parallel graph processing
Loading...
Searching...
No Matches
Public Member Functions | Private Attributes | List of all members
grape::cuda::dev::InArchive Class Reference

Public Member Functions

 InArchive (const ArrayView< char > &buffer, uint32_t *size)
 
template<typename T >
DEV_INLINE void AddBytes (const T &elem)
 
template<typename T >
DEV_INLINE void AddBytesWarpOpt (int fid, const T &elem)
 
template<typename T >
DEV_INLINE void AddBytesWarp (const T &elem)
 

Private Attributes

ArrayView< char > buffer_
 
uint32_t * size_ {}