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