Uses of Class
org.bytedeco.cuda.cudart.cudaIpcMemHandle_t
-
Packages that use cudaIpcMemHandle_t Package Description org.bytedeco.cuda.cudart org.bytedeco.cuda.global -
-
Uses of cudaIpcMemHandle_t in org.bytedeco.cuda.cudart
Methods in org.bytedeco.cuda.cudart that return cudaIpcMemHandle_t Modifier and Type Method Description cudaIpcMemHandle_tcudaIpcMemHandle_t. getPointer(long i)cudaIpcMemHandle_tcudaIpcMemHandle_t. position(long position)cudaIpcMemHandle_tcudaIpcMemHandle_t. reserved(int i, byte setter) -
Uses of cudaIpcMemHandle_t in org.bytedeco.cuda.global
Methods in org.bytedeco.cuda.global with parameters of type cudaIpcMemHandle_t Modifier and Type Method Description static intcudart. cudaIpcGetMemHandle(cudaIpcMemHandle_t handle, Pointer devPtr)\brief Gets an interprocess memory handle for an existing device memory allocation Takes a pointer to the base of an existing device memory allocation created with ::cudaMalloc and exports it for use in another process.static intcudart. cudaIpcOpenMemHandle(PointerPointer devPtr, cudaIpcMemHandle_t handle, int flags)\brief Opens an interprocess memory handle exported from another process and returns a device pointer usable in the local process.static intcudart. cudaIpcOpenMemHandle(Pointer devPtr, cudaIpcMemHandle_t handle, int flags)
-