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 TypeMethodDescriptionfloatCudaEvent.elapsedTimeSince(CudaEvent priorEvent) Returns the elapsed time (in milliseconds) relative to the specifiedpriorEvent.voidMakes all future work submitted to this stream wait for the specified event to occur.