JavaScript is disabled on your browser.
Skip navigation links
Overview
Module
Package
Class
Use
Tree
Deprecated
Index
Help
Java SE 11 & JDK 11
All Classes
SEARCH:
JavaScript is disabled on your browser.
Uses of Class
com.ibm.cuda.CudaEvent
Packages that use
CudaEvent
Package
Description
com.ibm.cuda
This package enables access to CUDA-capable devices from Java.
Uses of
CudaEvent
in
com.ibm.cuda
Methods in
com.ibm.cuda
with parameters of type
CudaEvent
Modifier and Type
Method
Description
float
CudaEvent.
elapsedTimeSince
(
CudaEvent
priorEvent)
Returns the elapsed time (in milliseconds) relative to the specified
priorEvent
.
void
CudaStream.
waitFor
(
CudaEvent
event)
Makes all future work submitted to this stream wait for the specified event to occur.