Modifier and Type | Method and 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.
|
Eclipse OpenJ9 website.
To raise a bug report or suggest an improvement create an Eclipse OpenJ9 issue.
Copyright © 2013, 2023 IBM Corp. and others.