JavaScript is disabled on your browser.
This specification is not final and is subject to change. Use is subject to
license terms
.
Skip navigation links
Overview
Class
Use
Tree
Preview
New
Deprecated
Index
Search
Help
Java SE 23 & JDK 23
DRAFT 23-internal-adhoc.jenkins.BuildJDK23x86-64linuxPersonal
openj9.cuda
com.ibm.cuda
CudaEvent
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.