NVBIO
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Methods | List of all members
nvbio::cuda::syncblocks_storage Struct Reference

Detailed description

a class to build a syncblocks primitive from the host

Definition at line 63 of file syncblocks.h.

#include <syncblocks.h>

Public Methods

 syncblocks_storage ()
 
syncblocks get ()
 
void clear ()
 

Constructor & Destructor Documentation

nvbio::cuda::syncblocks_storage::syncblocks_storage ( )
inline

constructor

Definition at line 95 of file syncblocks_inl.h.

Member Function Documentation

void nvbio::cuda::syncblocks_storage::clear ( void  )
inline

clear the syncblocks, useful if one wants to reuse it across differently sized kernel launches.

Definition at line 111 of file syncblocks_inl.h.

syncblocks nvbio::cuda::syncblocks_storage::get ( )
inline

return a syncblocks object

Definition at line 103 of file syncblocks_inl.h.


The documentation for this struct was generated from the following files: