Uses of Class
org.bytedeco.cuda.cudart.CUexternalMemory_st
-
Packages that use CUexternalMemory_st Package Description org.bytedeco.cuda.global -
-
Uses of CUexternalMemory_st in org.bytedeco.cuda.global
Methods in org.bytedeco.cuda.global with parameters of type CUexternalMemory_st Modifier and Type Method Description static intcudart. cudaDestroyExternalMemory(CUexternalMemory_st extMem)\brief Destroys an external memory object.static intcudart. cudaExternalMemoryGetMappedBuffer(PointerPointer devPtr, CUexternalMemory_st extMem, cudaExternalMemoryBufferDesc bufferDesc)\brief Maps a buffer onto an imported memory object Maps a buffer onto an imported memory object and returns a device pointer in \p devPtr.static intcudart. cudaExternalMemoryGetMappedBuffer(Pointer devPtr, CUexternalMemory_st extMem, cudaExternalMemoryBufferDesc bufferDesc)static intcudart. cudaExternalMemoryGetMappedMipmappedArray(cudaMipmappedArray mipmap, CUexternalMemory_st extMem, cudaExternalMemoryMipmappedArrayDesc mipmapDesc)\brief Maps a CUDA mipmapped array onto an external memory object Maps a CUDA mipmapped array onto an external object and returns a handle to it in \p mipmap.static intcudart. cudaImportExternalMemory(CUexternalMemory_st extMem_out, cudaExternalMemoryHandleDesc memHandleDesc)\brief Imports an external memory object Imports an externally allocated memory object and returns a handle to that in \p extMem_out.
-