Uses of Class
com.ibm.cuda.CudaEvent
Packages that use CudaEvent
-
Uses of CudaEvent in com.ibm.cuda
Methods in com.ibm.cuda with parameters of type CudaEventModifier and TypeMethodDescriptionfloat
CudaEvent.elapsedTimeSince
(CudaEvent priorEvent) Returns the elapsed time (in milliseconds) relative to the specifiedpriorEvent
.void
Makes all future work submitted to this stream wait for the specified event to occur.