Uses of Class
org.bytedeco.cuda.cudart.CUipcMemHandle
-
Packages that use CUipcMemHandle Package Description org.bytedeco.cuda.cudart org.bytedeco.cuda.global -
-
Uses of CUipcMemHandle in org.bytedeco.cuda.cudart
Methods in org.bytedeco.cuda.cudart that return CUipcMemHandle Modifier and Type Method Description CUipcMemHandleCUipcMemHandle. getPointer(long i)CUipcMemHandleCUipcMemHandle. position(long position)CUipcMemHandleCUipcMemHandle. reserved(int i, byte setter) -
Uses of CUipcMemHandle in org.bytedeco.cuda.global
Methods in org.bytedeco.cuda.global with parameters of type CUipcMemHandle Modifier and Type Method Description static intcudart. cuIpcGetMemHandle(CUipcMemHandle pHandle, long dptr)\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 ::cuMemAlloc and exports it for use in another process.static intcudart. cuIpcOpenMemHandle(long[] pdptr, CUipcMemHandle handle, int Flags)static intcudart. cuIpcOpenMemHandle(LongBuffer pdptr, CUipcMemHandle handle, int Flags)static intcudart. cuIpcOpenMemHandle(LongPointer pdptr, CUipcMemHandle handle, int Flags)\brief Opens an interprocess memory handle exported from another process and returns a device pointer usable in the local process.
-