#include <stream.hpp>
Public Member Functions | |
| Stream () | |
| Default constructor. | |
| ~Stream () | |
| Destructor. | |
| operator cudaStream_t () const | |
| Get stream identifier. | |
| bool | query () const |
| Query if a stream has finished. | |
| void | synchronize () |
| Wait for an stream to finish. | |
1.5.6