#include <NCV.hpp>
Inherits NCVVector< T >.
Public Member Functions | |
NCVVectorReuse (const NCVMemSegment &memSegment) | |
NCVVectorReuse (const NCVMemSegment &memSegment, Ncv32u length) | |
NcvBool | isMemReused () const |
void | clear () |
NCVStatus | copySolid (NCVVector< T > &dst, cudaStream_t cuStream, size_t howMuch=0) const |
T * | ptr () const |
size_t | length () const |
NCVMemoryType | memType () const |
Protected Attributes | |
T * | _ptr |
size_t | _length |
NCVMemoryType | _memtype |
NCVVectorReuse< T >::NCVVectorReuse | ( | const NCVMemSegment & | memSegment | ) | [explicit] |
NCVVectorReuse< T >::NCVVectorReuse | ( | const NCVMemSegment & | memSegment, |
Ncv32u | length | ||
) |
NcvBool NCVVectorReuse< T >::isMemReused | ( | ) | const |
NCVStatus NCVVector< T >::copySolid | ( | NCVVector< T > & | dst, |
cudaStream_t | cuStream, | ||
size_t | howMuch = 0 |
||
) | const [inherited] |
NCVMemoryType NCVVector< T >::memType | ( | void | ) | const [inherited] |
NCVMemoryType NCVVector< T >::_memtype [protected, inherited] |