public class cudaEvent_t extends NativePointerObject
JCuda.cudaEventCreate(jcuda.runtime.cudaEvent_t),
JCuda.cudaEventDestroy(jcuda.runtime.cudaEvent_t),
JCuda.cudaEventElapsedTime(float[], jcuda.runtime.cudaEvent_t, jcuda.runtime.cudaEvent_t),
JCuda.cudaEventQuery(jcuda.runtime.cudaEvent_t),
JCuda.cudaEventRecord(jcuda.runtime.cudaEvent_t, jcuda.runtime.cudaStream_t),
JCuda.cudaEventSynchronize(jcuda.runtime.cudaEvent_t)| Constructor and Description |
|---|
cudaEvent_t()
Creates a new, uninitialized cudaEvent_t
|
cudaEvent_t(CUevent event)
Creates a cudaEvent_t for the given
CUevent. |
| 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.