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 |
|---|---|
java.lang.String |
toString()
Returns a String representation of this object.
|
equals, hashCodepublic java.lang.String toString()
toString in class NativePointerObject