public class cudaStream_t extends NativePointerObject
| Constructor and Description |
|---|
cudaStream_t()
Creates a new, uninitialized cudaStream_t
|
cudaStream_t(CUstream stream)
Creates a cudaStream_t for the given
CUstream. |
| Modifier and Type | Method and Description |
|---|---|
String |
toString()
Returns a String representation of this object.
|
equals, getNativePointer, hashCodepublic String toString()
toString in class NativePointerObjectCopyright © 2016. All rights reserved.