Uses of Class
org.bytedeco.cuda.cudart.cudaIpcEventHandle_t
-
Packages that use cudaIpcEventHandle_t Package Description org.bytedeco.cuda.cudart org.bytedeco.cuda.global -
-
Uses of cudaIpcEventHandle_t in org.bytedeco.cuda.cudart
Methods in org.bytedeco.cuda.cudart that return cudaIpcEventHandle_t Modifier and Type Method Description cudaIpcEventHandle_tcudaIpcEventHandle_t. getPointer(long i)cudaIpcEventHandle_tcudaIpcEventHandle_t. position(long position)cudaIpcEventHandle_tcudaIpcEventHandle_t. reserved(int i, byte setter) -
Uses of cudaIpcEventHandle_t in org.bytedeco.cuda.global
Methods in org.bytedeco.cuda.global with parameters of type cudaIpcEventHandle_t Modifier and Type Method Description static intcudart. cudaIpcGetEventHandle(cudaIpcEventHandle_t handle, CUevent_st event)\brief Gets an interprocess handle for a previously allocated event Takes as input a previously allocated event.static intcudart. cudaIpcOpenEventHandle(CUevent_st event, cudaIpcEventHandle_t handle)\brief Opens an interprocess event handle for use in the current process Opens an interprocess event handle exported from another process with ::cudaIpcGetEventHandle.
-