Uses of Class
org.bytedeco.cuda.cudart.CUextMemory_st
-
Packages that use CUextMemory_st Package Description org.bytedeco.cuda.global -
-
Uses of CUextMemory_st in org.bytedeco.cuda.global
Methods in org.bytedeco.cuda.global with parameters of type CUextMemory_st Modifier and Type Method Description static intcudart. cuDestroyExternalMemory(CUextMemory_st extMem)\brief Destroys an external memory object.static intcudart. cuExternalMemoryGetMappedBuffer(long[] devPtr, CUextMemory_st extMem, CUDA_EXTERNAL_MEMORY_BUFFER_DESC bufferDesc)static intcudart. cuExternalMemoryGetMappedBuffer(LongBuffer devPtr, CUextMemory_st extMem, CUDA_EXTERNAL_MEMORY_BUFFER_DESC bufferDesc)static intcudart. cuExternalMemoryGetMappedBuffer(LongPointer devPtr, CUextMemory_st extMem, CUDA_EXTERNAL_MEMORY_BUFFER_DESC 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. cuExternalMemoryGetMappedMipmappedArray(CUmipmappedArray_st mipmap, CUextMemory_st extMem, CUDA_EXTERNAL_MEMORY_MIPMAPPED_ARRAY_DESC 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. cuImportExternalMemory(CUextMemory_st extMem_out, CUDA_EXTERNAL_MEMORY_HANDLE_DESC memHandleDesc)\brief Imports an external memory object Imports an externally allocated memory object and returns a handle to that in \p extMem_out.
-