derelict.cuda.runtimeapi

Undocumented in source.

Members

Aliases

cuComplex
alias cuComplex = cuFloatComplex
Undocumented in source.
cuDoubleComplex
alias cuDoubleComplex = double2
Undocumented in source.
cuFloatComplex
alias cuFloatComplex = float2
Undocumented in source.
cudaArray_const_t
alias cudaArray_const_t = const(void)*
Undocumented in source.
cudaArray_t
alias cudaArray_t = void*
Undocumented in source.
cudaCGScope
alias cudaCGScope = int

CUDA cooperative group scope

cudaChannelFormatKind
alias cudaChannelFormatKind = int

Channel format kind

cudaComputeMode
alias cudaComputeMode = int

CUDA device compute modes

cudaDataType
alias cudaDataType = int
Undocumented in source.
cudaDeviceAttr
alias cudaDeviceAttr = int

CUDA device attributes

cudaDeviceP2PAttr
alias cudaDeviceP2PAttr = int

CUDA device P2P attributes

cudaError
alias cudaError = int
Undocumented in source.
cudaError_t
alias cudaError_t = cudaError
Undocumented in source.
cudaEvent_t
alias cudaEvent_t = void*
Undocumented in source.
cudaExternalMemoryHandleType
alias cudaExternalMemoryHandleType = int

External memory handle types

cudaExternalMemory_t
alias cudaExternalMemory_t = void*
Undocumented in source.
cudaExternalSemaphoreHandleType
alias cudaExternalSemaphoreHandleType = int

External semaphore handle types

cudaExternalSemaphore_t
alias cudaExternalSemaphore_t = void*
Undocumented in source.
cudaFuncAttribute
alias cudaFuncAttribute = int
Undocumented in source.
cudaFuncCache
alias cudaFuncCache = int

CUDA function attributes that can be set using cudaFuncSetAttribute

cudaGraphExec_t
alias cudaGraphExec_t = CUgraphExec_st*
Undocumented in source.
cudaGraphNodeType
alias cudaGraphNodeType = int

CUDA Graph node types

cudaGraphNode_t
alias cudaGraphNode_t = void*
Undocumented in source.
cudaGraph_t
alias cudaGraph_t = void*
Undocumented in source.
cudaGraphicsCubeFace
alias cudaGraphicsCubeFace = int
Undocumented in source.
cudaGraphicsMapFlags
alias cudaGraphicsMapFlags = int
Undocumented in source.
cudaGraphicsRegisterFlags
alias cudaGraphicsRegisterFlags = int
Undocumented in source.
cudaGraphicsResource_t
alias cudaGraphicsResource_t = void*
Undocumented in source.
cudaHostFn_t
alias cudaHostFn_t = void function(void* userData)

CUDA host function \param userData Argument value passed to the function

cudaLimit
alias cudaLimit = int

CUDA Limits

cudaMemRangeAttribute
alias cudaMemRangeAttribute = int

CUDA range attributes

cudaMemcpyKind
alias cudaMemcpyKind = int
Undocumented in source.
cudaMemoryAdvise
alias cudaMemoryAdvise = int

CUDA Memory Advise values

cudaMemoryType
alias cudaMemoryType = int
Undocumented in source.
cudaMipmappedArray_const_t
alias cudaMipmappedArray_const_t = const(void)*
Undocumented in source.
cudaMipmappedArray_t
alias cudaMipmappedArray_t = void*
Undocumented in source.
cudaOutputMode
alias cudaOutputMode = int

CUDA Profiler Output modes

cudaOutputMode_t
alias cudaOutputMode_t = cudaOutputMode
Undocumented in source.
cudaResourceType
alias cudaResourceType = int
Undocumented in source.
cudaResourceViewFormat
alias cudaResourceViewFormat = int
Undocumented in source.
cudaRoundMode
alias cudaRoundMode = int
Undocumented in source.
cudaSharedCarveout
alias cudaSharedCarveout = int

Shared memory carveout configurations

cudaSharedMemConfig
alias cudaSharedMemConfig = int

CUDA shared memory configuration

cudaStreamCallback_t
alias cudaStreamCallback_t = void function(cudaStream_t stream, cudaError_t status, void* userData)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
cudaStreamCaptureStatus
alias cudaStreamCaptureStatus = int

Possible stream capture statuses returned by ::cudaStreamIsCapturing

cudaStream_t
alias cudaStream_t = void*
Undocumented in source.
cudaSurfaceBoundaryMode
alias cudaSurfaceBoundaryMode = int

CUDA Surface boundary modes

cudaSurfaceFormatMode
alias cudaSurfaceFormatMode = int

CUDA Surface format modes

cudaSurfaceObject_t
alias cudaSurfaceObject_t = ulong

An opaque value that represents a CUDA Surface object

cudaTextureAddressMode
alias cudaTextureAddressMode = int

CUDA texture address modes

cudaTextureFilterMode
alias cudaTextureFilterMode = int

CUDA texture filter modes

cudaTextureObject_t
alias cudaTextureObject_t = ulong

An opaque value that represents a CUDA texture object

cudaTextureReadMode
alias cudaTextureReadMode = int

CUDA texture read modes

cudaUUID_t
alias cudaUUID_t = CUuuid_st
Undocumented in source.
da_cudaArrayGetInfo
alias da_cudaArrayGetInfo = cudaError_t function(cudaChannelFormatDesc* desc, cudaExtent* extent, uint* flags, cudaArray_t array)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_cudaBindSurfaceToArray
alias da_cudaBindSurfaceToArray = cudaError_t function(const surfaceReference* surfref, cudaArray_const_t array, const cudaChannelFormatDesc* desc)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_cudaBindTexture
alias da_cudaBindTexture = cudaError_t function(size_t* offset, const textureReference* texref, const void* devPtr, const cudaChannelFormatDesc* desc, size_t size = uint.max)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_cudaBindTexture2D
alias da_cudaBindTexture2D = cudaError_t function(size_t* offset, const textureReference* texref, const void* devPtr, const cudaChannelFormatDesc* desc, size_t width, size_t height, size_t pitch)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_cudaBindTextureToArray
alias da_cudaBindTextureToArray = cudaError_t function(const textureReference* texref, cudaArray_const_t array, const cudaChannelFormatDesc* desc)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_cudaBindTextureToMipmappedArray
alias da_cudaBindTextureToMipmappedArray = cudaError_t function(const textureReference* texref, cudaMipmappedArray_const_t mipmappedArray, const cudaChannelFormatDesc* desc)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_cudaChooseDevice
alias da_cudaChooseDevice = cudaError_t function(int* device, const cudaDeviceProp* prop)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_cudaConfigureCall
alias da_cudaConfigureCall = cudaError_t function(dim3 gridDim, dim3 blockDim, size_t sharedMem = 0, cudaStream_t stream = null)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_cudaCreateSurfaceObject
alias da_cudaCreateSurfaceObject = cudaError_t function(cudaSurfaceObject_t* pSurfObject, const cudaResourceDesc* pResDesc)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_cudaCreateTextureObject
alias da_cudaCreateTextureObject = cudaError_t function(cudaTextureObject_t* pTexObject, const cudaResourceDesc* pResDesc, const cudaTextureDesc* pTexDesc, const cudaResourceViewDesc* pResViewDesc)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_cudaDestroyExternalMemory
alias da_cudaDestroyExternalMemory = cudaError_t function(cudaExternalMemory_t extMem)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_cudaDestroyExternalSemaphore
alias da_cudaDestroyExternalSemaphore = cudaError_t function(cudaExternalSemaphore_t extSem)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_cudaDestroySurfaceObject
alias da_cudaDestroySurfaceObject = cudaError_t function(cudaSurfaceObject_t surfObject)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_cudaDestroyTextureObject
alias da_cudaDestroyTextureObject = cudaError_t function(cudaTextureObject_t texObject)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_cudaDeviceCanAccessPeer
alias da_cudaDeviceCanAccessPeer = cudaError_t function(int* canAccessPeer, int device, int peerDevice)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_cudaDeviceDisablePeerAccess
alias da_cudaDeviceDisablePeerAccess = cudaError_t function(int peerDevice)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_cudaDeviceEnablePeerAccess
alias da_cudaDeviceEnablePeerAccess = cudaError_t function(int peerDevice, uint flags)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_cudaDeviceGetAttribute
alias da_cudaDeviceGetAttribute = cudaError_t function(int* value, cudaDeviceAttr attr, int device)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_cudaDeviceGetByPCIBusId
alias da_cudaDeviceGetByPCIBusId = cudaError_t function(int* device, const char* pciBusId)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_cudaDeviceGetCacheConfig
alias da_cudaDeviceGetCacheConfig = cudaError_t function(cudaFuncCache* pCacheConfig)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_cudaDeviceGetLimit
alias da_cudaDeviceGetLimit = cudaError_t function(size_t* pValue, cudaLimit limit)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_cudaDeviceGetP2PAttribute
alias da_cudaDeviceGetP2PAttribute = cudaError_t function(int* value, cudaDeviceP2PAttr attr, int srcDevice, int dstDevice)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_cudaDeviceGetPCIBusId
alias da_cudaDeviceGetPCIBusId = cudaError_t function(char* pciBusId, int len, int device)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_cudaDeviceGetSharedMemConfig
alias da_cudaDeviceGetSharedMemConfig = cudaError_t function(cudaSharedMemConfig* pConfig)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_cudaDeviceGetStreamPriorityRange
alias da_cudaDeviceGetStreamPriorityRange = cudaError_t function(int* leastPriority, int* greatestPriority)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_cudaDeviceReset
alias da_cudaDeviceReset = cudaError_t function()
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_cudaDeviceSetCacheConfig
alias da_cudaDeviceSetCacheConfig = cudaError_t function(cudaFuncCache cacheConfig)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_cudaDeviceSetLimit
alias da_cudaDeviceSetLimit = cudaError_t function(cudaLimit limit, size_t value)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_cudaDeviceSetSharedMemConfig
alias da_cudaDeviceSetSharedMemConfig = cudaError_t function(cudaSharedMemConfig config)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_cudaDeviceSynchronize
alias da_cudaDeviceSynchronize = cudaError_t function()
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_cudaDriverGetVersion
alias da_cudaDriverGetVersion = cudaError_t function(int* driverVersion)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_cudaEventCreate
alias da_cudaEventCreate = cudaError_t function(cudaEvent_t* event)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_cudaEventCreateWithFlags
alias da_cudaEventCreateWithFlags = cudaError_t function(cudaEvent_t* event, uint flags)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_cudaEventDestroy
alias da_cudaEventDestroy = cudaError_t function(cudaEvent_t event)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_cudaEventElapsedTime
alias da_cudaEventElapsedTime = cudaError_t function(float* ms, cudaEvent_t start, cudaEvent_t end)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_cudaEventQuery
alias da_cudaEventQuery = cudaError_t function(cudaEvent_t event)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_cudaEventRecord
alias da_cudaEventRecord = cudaError_t function(cudaEvent_t event, cudaStream_t stream = null)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_cudaEventSynchronize
alias da_cudaEventSynchronize = cudaError_t function(cudaEvent_t event)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_cudaExternalMemoryGetMappedBuffer
alias da_cudaExternalMemoryGetMappedBuffer = cudaError_t function(void** devPtr, cudaExternalMemory_t extMem, const cudaExternalMemoryBufferDesc* bufferDesc)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_cudaExternalMemoryGetMappedMipmappedArray
alias da_cudaExternalMemoryGetMappedMipmappedArray = cudaError_t function(cudaMipmappedArray_t* mipmap, cudaExternalMemory_t extMem, const cudaExternalMemoryMipmappedArrayDesc* mipmapDesc)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_cudaFree
alias da_cudaFree = cudaError_t function(void* devPtr)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_cudaFreeArray
alias da_cudaFreeArray = cudaError_t function(cudaArray_t array)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_cudaFreeHost
alias da_cudaFreeHost = cudaError_t function(void* ptr)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_cudaFreeMipmappedArray
alias da_cudaFreeMipmappedArray = cudaError_t function(cudaMipmappedArray_t mipmappedArray)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_cudaFuncGetAttributes
alias da_cudaFuncGetAttributes = cudaError_t function(cudaFuncAttributes* attr, const void* func)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_cudaFuncSetAttribute
alias da_cudaFuncSetAttribute = cudaError_t function(const void* func, cudaFuncAttribute attr, int value)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_cudaFuncSetCacheConfig
alias da_cudaFuncSetCacheConfig = cudaError_t function(const void* func, cudaFuncCache cacheConfig)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_cudaFuncSetSharedMemConfig
alias da_cudaFuncSetSharedMemConfig = cudaError_t function(const void* func, cudaSharedMemConfig config)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_cudaGetChannelDesc
alias da_cudaGetChannelDesc = cudaError_t function(cudaChannelFormatDesc* desc, cudaArray_const_t array)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_cudaGetDevice
alias da_cudaGetDevice = cudaError_t function(int* device)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_cudaGetDeviceCount
alias da_cudaGetDeviceCount = cudaError_t function(int* count)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_cudaGetDeviceFlags
alias da_cudaGetDeviceFlags = cudaError_t function(uint* flags)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_cudaGetDeviceProperties
alias da_cudaGetDeviceProperties = cudaError_t function(cudaDeviceProp* prop, int device)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_cudaGetErrorName
alias da_cudaGetErrorName = char* function(cudaError_t error)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_cudaGetErrorString
alias da_cudaGetErrorString = char* function(cudaError_t error)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_cudaGetExportTable
alias da_cudaGetExportTable = cudaError_t function(const void** ppExportTable, const cudaUUID_t* pExportTableId)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_cudaGetLastError
alias da_cudaGetLastError = cudaError_t function()
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_cudaGetMipmappedArrayLevel
alias da_cudaGetMipmappedArrayLevel = cudaError_t function(cudaArray_t* levelArray, cudaMipmappedArray_const_t mipmappedArray, uint level)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_cudaGetSurfaceObjectResourceDesc
alias da_cudaGetSurfaceObjectResourceDesc = cudaError_t function(cudaResourceDesc* pResDesc, cudaSurfaceObject_t surfObject)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_cudaGetSurfaceReference
alias da_cudaGetSurfaceReference = cudaError_t function(const surfaceReference** surfref, const void* symbol)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_cudaGetSymbolAddress
alias da_cudaGetSymbolAddress = cudaError_t function(void** devPtr, const void* symbol)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_cudaGetSymbolSize
alias da_cudaGetSymbolSize = cudaError_t function(size_t* size, const void* symbol)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_cudaGetTextureAlignmentOffset
alias da_cudaGetTextureAlignmentOffset = cudaError_t function(size_t* offset, const textureReference* texref)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_cudaGetTextureObjectResourceDesc
alias da_cudaGetTextureObjectResourceDesc = cudaError_t function(cudaResourceDesc* pResDesc, cudaTextureObject_t texObject)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_cudaGetTextureObjectResourceViewDesc
alias da_cudaGetTextureObjectResourceViewDesc = cudaError_t function(cudaResourceViewDesc* pResViewDesc, cudaTextureObject_t texObject)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_cudaGetTextureObjectTextureDesc
alias da_cudaGetTextureObjectTextureDesc = cudaError_t function(cudaTextureDesc* pTexDesc, cudaTextureObject_t texObject)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_cudaGetTextureReference
alias da_cudaGetTextureReference = cudaError_t function(const textureReference** texref, const void* symbol)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_cudaGraphAddChildGraphNode
alias da_cudaGraphAddChildGraphNode = cudaError_t function(cudaGraphNode_t* pGraphNode, cudaGraph_t graph, cudaGraphNode_t* pDependencies, size_t numDependencies, cudaGraph_t childGraph)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_cudaGraphAddDependencies
alias da_cudaGraphAddDependencies = cudaError_t function(cudaGraph_t graph, cudaGraphNode_t* from, cudaGraphNode_t* to, size_t numDependencies)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_cudaGraphAddEmptyNode
alias da_cudaGraphAddEmptyNode = cudaError_t function(cudaGraphNode_t* pGraphNode, cudaGraph_t graph, cudaGraphNode_t* pDependencies, size_t numDependencies)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_cudaGraphAddHostNode
alias da_cudaGraphAddHostNode = cudaError_t function(cudaGraphNode_t* pGraphNode, cudaGraph_t graph, cudaGraphNode_t* pDependencies, size_t numDependencies, const cudaHostNodeParams* pNodeParams)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_cudaGraphAddKernelNode
alias da_cudaGraphAddKernelNode = cudaError_t function(cudaGraphNode_t* pGraphNode, cudaGraph_t graph, cudaGraphNode_t* pDependencies, size_t numDependencies, const cudaKernelNodeParams* pNodeParams)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_cudaGraphAddMemcpyNode
alias da_cudaGraphAddMemcpyNode = cudaError_t function(cudaGraphNode_t* pGraphNode, cudaGraph_t graph, cudaGraphNode_t* pDependencies, size_t numDependencies, const cudaMemcpy3DParms* pCopyParams)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_cudaGraphAddMemsetNode
alias da_cudaGraphAddMemsetNode = cudaError_t function(cudaGraphNode_t* pGraphNode, cudaGraph_t graph, cudaGraphNode_t* pDependencies, size_t numDependencies, const cudaMemsetParams* pMemsetParams)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_cudaGraphChildGraphNodeGetGraph
alias da_cudaGraphChildGraphNodeGetGraph = cudaError_t function(cudaGraphNode_t node, cudaGraph_t* pGraph)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_cudaGraphClone
alias da_cudaGraphClone = cudaError_t function(cudaGraph_t* pGraphClone, cudaGraph_t originalGraph)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_cudaGraphCreate
alias da_cudaGraphCreate = cudaError_t function(cudaGraph_t* pGraph, uint flags)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_cudaGraphDestroy
alias da_cudaGraphDestroy = cudaError_t function(cudaGraph_t graph)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_cudaGraphDestroyNode
alias da_cudaGraphDestroyNode = cudaError_t function(cudaGraphNode_t node)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_cudaGraphExecDestroy
alias da_cudaGraphExecDestroy = cudaError_t function(cudaGraphExec_t graphExec)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_cudaGraphGetEdges
alias da_cudaGraphGetEdges = cudaError_t function(cudaGraph_t graph, cudaGraphNode_t* from, cudaGraphNode_t* to, size_t* numEdges)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_cudaGraphGetNodes
alias da_cudaGraphGetNodes = cudaError_t function(cudaGraph_t graph, cudaGraphNode_t* nodes, size_t* numNodes)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_cudaGraphGetRootNodes
alias da_cudaGraphGetRootNodes = cudaError_t function(cudaGraph_t graph, cudaGraphNode_t* pRootNodes, size_t* pNumRootNodes)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_cudaGraphHostNodeGetParams
alias da_cudaGraphHostNodeGetParams = cudaError_t function(cudaGraphNode_t node, cudaHostNodeParams* pNodeParams)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_cudaGraphHostNodeSetParams
alias da_cudaGraphHostNodeSetParams = cudaError_t function(cudaGraphNode_t node, const cudaHostNodeParams* pNodeParams)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_cudaGraphInstantiate
alias da_cudaGraphInstantiate = cudaError_t function(cudaGraphExec_t* pGraphExec, cudaGraph_t graph, cudaGraphNode_t* pErrorNode, char* pLogBuffer, size_t bufferSize)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_cudaGraphKernelNodeGetParams
alias da_cudaGraphKernelNodeGetParams = cudaError_t function(cudaGraphNode_t node, cudaKernelNodeParams* pNodeParams)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_cudaGraphKernelNodeSetParams
alias da_cudaGraphKernelNodeSetParams = cudaError_t function(cudaGraphNode_t node, const cudaKernelNodeParams* pNodeParams)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_cudaGraphLaunch
alias da_cudaGraphLaunch = cudaError_t function(cudaGraphExec_t graphExec, cudaStream_t stream)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_cudaGraphMemcpyNodeGetParams
alias da_cudaGraphMemcpyNodeGetParams = cudaError_t function(cudaGraphNode_t node, cudaMemcpy3DParms* pNodeParams)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_cudaGraphMemcpyNodeSetParams
alias da_cudaGraphMemcpyNodeSetParams = cudaError_t function(cudaGraphNode_t node, const cudaMemcpy3DParms* pNodeParams)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_cudaGraphMemsetNodeGetParams
alias da_cudaGraphMemsetNodeGetParams = cudaError_t function(cudaGraphNode_t node, cudaMemsetParams* pNodeParams)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_cudaGraphMemsetNodeSetParams
alias da_cudaGraphMemsetNodeSetParams = cudaError_t function(cudaGraphNode_t node, const cudaMemsetParams* pNodeParams)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_cudaGraphNodeFindInClone
alias da_cudaGraphNodeFindInClone = cudaError_t function(cudaGraphNode_t* pNode, cudaGraphNode_t originalNode, cudaGraph_t clonedGraph)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_cudaGraphNodeGetDependencies
alias da_cudaGraphNodeGetDependencies = cudaError_t function(cudaGraphNode_t node, cudaGraphNode_t* pDependencies, size_t* pNumDependencies)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_cudaGraphNodeGetDependentNodes
alias da_cudaGraphNodeGetDependentNodes = cudaError_t function(cudaGraphNode_t node, cudaGraphNode_t* pDependentNodes, size_t* pNumDependentNodes)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_cudaGraphNodeGetType
alias da_cudaGraphNodeGetType = cudaError_t function(cudaGraphNode_t node, cudaGraphNodeType* pType)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_cudaGraphRemoveDependencies
alias da_cudaGraphRemoveDependencies = cudaError_t function(cudaGraph_t graph, cudaGraphNode_t* from, cudaGraphNode_t* to, size_t numDependencies)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_cudaGraphicsMapResources
alias da_cudaGraphicsMapResources = cudaError_t function(int count, cudaGraphicsResource_t* resources, cudaStream_t stream = null)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_cudaGraphicsResourceGetMappedMipmappedArray
alias da_cudaGraphicsResourceGetMappedMipmappedArray = cudaError_t function(cudaMipmappedArray_t* mipmappedArray, cudaGraphicsResource_t resource)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_cudaGraphicsResourceGetMappedPointer
alias da_cudaGraphicsResourceGetMappedPointer = cudaError_t function(void** devPtr, size_t* size, cudaGraphicsResource_t resource)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_cudaGraphicsResourceSetMapFlags
alias da_cudaGraphicsResourceSetMapFlags = cudaError_t function(cudaGraphicsResource_t resource, uint flags)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_cudaGraphicsSubResourceGetMappedArray
alias da_cudaGraphicsSubResourceGetMappedArray = cudaError_t function(cudaArray_t* array, cudaGraphicsResource_t resource, uint arrayIndex, uint mipLevel)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_cudaGraphicsUnmapResources
alias da_cudaGraphicsUnmapResources = cudaError_t function(int count, cudaGraphicsResource_t* resources, cudaStream_t stream = null)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_cudaGraphicsUnregisterResource
alias da_cudaGraphicsUnregisterResource = cudaError_t function(cudaGraphicsResource_t resource)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_cudaHostAlloc
alias da_cudaHostAlloc = cudaError_t function(void** pHost, size_t size, uint flags)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_cudaHostGetDevicePointer
alias da_cudaHostGetDevicePointer = cudaError_t function(void** pDevice, void* pHost, uint flags)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_cudaHostGetFlags
alias da_cudaHostGetFlags = cudaError_t function(uint* pFlags, void* pHost)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_cudaHostRegister
alias da_cudaHostRegister = cudaError_t function(void* ptr, size_t size, uint flags)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_cudaHostUnregister
alias da_cudaHostUnregister = cudaError_t function(void* ptr)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_cudaImportExternalMemory
alias da_cudaImportExternalMemory = cudaError_t function(cudaExternalMemory_t* extMem_out, const cudaExternalMemoryHandleDesc* memHandleDesc)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_cudaImportExternalSemaphore
alias da_cudaImportExternalSemaphore = cudaError_t function(cudaExternalSemaphore_t* extSem_out, const cudaExternalSemaphoreHandleDesc* semHandleDesc)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_cudaIpcCloseMemHandle
alias da_cudaIpcCloseMemHandle = cudaError_t function(void* devPtr)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_cudaIpcGetEventHandle
alias da_cudaIpcGetEventHandle = cudaError_t function(cudaIpcEventHandle_t* handle, cudaEvent_t event)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_cudaIpcGetMemHandle
alias da_cudaIpcGetMemHandle = cudaError_t function(cudaIpcMemHandle_t* handle, void* devPtr)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_cudaIpcOpenEventHandle
alias da_cudaIpcOpenEventHandle = cudaError_t function(cudaEvent_t* event, cudaIpcEventHandle_t handle)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_cudaIpcOpenMemHandle
alias da_cudaIpcOpenMemHandle = cudaError_t function(void** devPtr, cudaIpcMemHandle_t handle, uint flags)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_cudaLaunch
alias da_cudaLaunch = cudaError_t function(const void* func)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_cudaLaunchCooperativeKernel
alias da_cudaLaunchCooperativeKernel = cudaError_t function(const void* func, dim3 gridDim, dim3 blockDim, void** args, size_t sharedMem, cudaStream_t stream)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_cudaLaunchCooperativeKernelMultiDevice
alias da_cudaLaunchCooperativeKernelMultiDevice = cudaError_t function(cudaLaunchParams* launchParamsList, uint numDevices, uint flags = 0)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_cudaLaunchHostFunc
alias da_cudaLaunchHostFunc = cudaError_t function(cudaStream_t stream, cudaHostFn_t fn, void* userData)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_cudaLaunchKernel
alias da_cudaLaunchKernel = cudaError_t function(const void* func, dim3 gridDim, dim3 blockDim, void** args, size_t sharedMem, cudaStream_t stream)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_cudaMalloc
alias da_cudaMalloc = cudaError_t function(void** devPtr, size_t size)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_cudaMalloc3D
alias da_cudaMalloc3D = cudaError_t function(cudaPitchedPtr* pitchedDevPtr, cudaExtent extent)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_cudaMalloc3DArray
alias da_cudaMalloc3DArray = cudaError_t function(cudaArray_t* array, const cudaChannelFormatDesc* desc, cudaExtent extent, uint flags = 0)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_cudaMallocArray
alias da_cudaMallocArray = cudaError_t function(cudaArray_t* array, const cudaChannelFormatDesc* desc, size_t width, size_t height = 0, uint flags = 0)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_cudaMallocHost
alias da_cudaMallocHost = cudaError_t function(void** ptr, size_t size)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_cudaMallocManaged
alias da_cudaMallocManaged = cudaError_t function(void** devPtr, size_t size, uint flags = cudaMemAttachGlobal)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_cudaMallocMipmappedArray
alias da_cudaMallocMipmappedArray = cudaError_t function(cudaMipmappedArray_t* mipmappedArray, const cudaChannelFormatDesc* desc, cudaExtent extent, uint numLevels, uint flags = 0)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_cudaMallocPitch
alias da_cudaMallocPitch = cudaError_t function(void** devPtr, size_t* pitch, size_t width, size_t height)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_cudaMemAdvise
alias da_cudaMemAdvise = cudaError_t function(const void* devPtr, size_t count, cudaMemoryAdvise advice, int device)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_cudaMemGetInfo
alias da_cudaMemGetInfo = cudaError_t function(size_t* free, size_t* total)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_cudaMemPrefetchAsync
alias da_cudaMemPrefetchAsync = cudaError_t function(const void* devPtr, size_t count, int dstDevice, cudaStream_t stream = null)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_cudaMemRangeGetAttribute
alias da_cudaMemRangeGetAttribute = cudaError_t function(void* data, size_t dataSize, cudaMemRangeAttribute attribute, const void* devPtr, size_t count)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_cudaMemRangeGetAttributes
alias da_cudaMemRangeGetAttributes = cudaError_t function(void** data, size_t* dataSizes, cudaMemRangeAttribute* attributes, size_t numAttributes, const void* devPtr, size_t count)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_cudaMemcpy
alias da_cudaMemcpy = cudaError_t function(void* dst, const void* src, size_t count, cudaMemcpyKind kind)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_cudaMemcpy2D
alias da_cudaMemcpy2D = cudaError_t function(void* dst, size_t dpitch, const void* src, size_t spitch, size_t width, size_t height, cudaMemcpyKind kind)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_cudaMemcpy2DArrayToArray
alias da_cudaMemcpy2DArrayToArray = cudaError_t function(cudaArray_t dst, size_t wOffsetDst, size_t hOffsetDst, cudaArray_const_t src, size_t wOffsetSrc, size_t hOffsetSrc, size_t width, size_t height, cudaMemcpyKind kind = cudaMemcpyDeviceToDevice)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_cudaMemcpy2DAsync
alias da_cudaMemcpy2DAsync = cudaError_t function(void* dst, size_t dpitch, const void* src, size_t spitch, size_t width, size_t height, cudaMemcpyKind kind, cudaStream_t stream = null)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_cudaMemcpy2DFromArray
alias da_cudaMemcpy2DFromArray = cudaError_t function(void* dst, size_t dpitch, cudaArray_const_t src, size_t wOffset, size_t hOffset, size_t width, size_t height, cudaMemcpyKind kind)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_cudaMemcpy2DFromArrayAsync
alias da_cudaMemcpy2DFromArrayAsync = cudaError_t function(void* dst, size_t dpitch, cudaArray_const_t src, size_t wOffset, size_t hOffset, size_t width, size_t height, cudaMemcpyKind kind, cudaStream_t stream = null)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_cudaMemcpy2DToArray
alias da_cudaMemcpy2DToArray = cudaError_t function(cudaArray_t dst, size_t wOffset, size_t hOffset, const void* src, size_t spitch, size_t width, size_t height, cudaMemcpyKind kind)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_cudaMemcpy2DToArrayAsync
alias da_cudaMemcpy2DToArrayAsync = cudaError_t function(cudaArray_t dst, size_t wOffset, size_t hOffset, const void* src, size_t spitch, size_t width, size_t height, cudaMemcpyKind kind, cudaStream_t stream = null)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_cudaMemcpy3D
alias da_cudaMemcpy3D = cudaError_t function(const cudaMemcpy3DParms* p)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_cudaMemcpy3DAsync
alias da_cudaMemcpy3DAsync = cudaError_t function(const cudaMemcpy3DParms* p, cudaStream_t stream = null)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_cudaMemcpy3DPeer
alias da_cudaMemcpy3DPeer = cudaError_t function(const cudaMemcpy3DPeerParms* p)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_cudaMemcpy3DPeerAsync
alias da_cudaMemcpy3DPeerAsync = cudaError_t function(const cudaMemcpy3DPeerParms* p, cudaStream_t stream = null)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_cudaMemcpyArrayToArray
alias da_cudaMemcpyArrayToArray = cudaError_t function(cudaArray_t dst, size_t wOffsetDst, size_t hOffsetDst, cudaArray_const_t src, size_t wOffsetSrc, size_t hOffsetSrc, size_t count, cudaMemcpyKind kind = cudaMemcpyDeviceToDevice)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_cudaMemcpyAsync
alias da_cudaMemcpyAsync = cudaError_t function(void* dst, const void* src, size_t count, cudaMemcpyKind kind, cudaStream_t stream = null)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_cudaMemcpyFromArray
alias da_cudaMemcpyFromArray = cudaError_t function(void* dst, cudaArray_const_t src, size_t wOffset, size_t hOffset, size_t count, cudaMemcpyKind kind)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_cudaMemcpyFromArrayAsync
alias da_cudaMemcpyFromArrayAsync = cudaError_t function(void* dst, cudaArray_const_t src, size_t wOffset, size_t hOffset, size_t count, cudaMemcpyKind kind, cudaStream_t stream = null)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_cudaMemcpyFromSymbol
alias da_cudaMemcpyFromSymbol = cudaError_t function(void* dst, const void* symbol, size_t count, size_t offset = 0, cudaMemcpyKind kind = cudaMemcpyDeviceToHost)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_cudaMemcpyFromSymbolAsync
alias da_cudaMemcpyFromSymbolAsync = cudaError_t function(void* dst, const void* symbol, size_t count, size_t offset, cudaMemcpyKind kind, cudaStream_t stream = null)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_cudaMemcpyPeer
alias da_cudaMemcpyPeer = cudaError_t function(void* dst, int dstDevice, const void* src, int srcDevice, size_t count)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_cudaMemcpyPeerAsync
alias da_cudaMemcpyPeerAsync = cudaError_t function(void* dst, int dstDevice, const void* src, int srcDevice, size_t count, cudaStream_t stream = null)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_cudaMemcpyToArray
alias da_cudaMemcpyToArray = cudaError_t function(cudaArray_t dst, size_t wOffset, size_t hOffset, const void* src, size_t count, cudaMemcpyKind kind)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_cudaMemcpyToArrayAsync
alias da_cudaMemcpyToArrayAsync = cudaError_t function(cudaArray_t dst, size_t wOffset, size_t hOffset, const void* src, size_t count, cudaMemcpyKind kind, cudaStream_t stream = null)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_cudaMemcpyToSymbol
alias da_cudaMemcpyToSymbol = cudaError_t function(const void* symbol, const void* src, size_t count, size_t offset = 0, cudaMemcpyKind kind = cudaMemcpyHostToDevice)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_cudaMemcpyToSymbolAsync
alias da_cudaMemcpyToSymbolAsync = cudaError_t function(const void* symbol, const void* src, size_t count, size_t offset, cudaMemcpyKind kind, cudaStream_t stream = null)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_cudaMemset
alias da_cudaMemset = cudaError_t function(void* devPtr, int value, size_t count)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_cudaMemset2D
alias da_cudaMemset2D = cudaError_t function(void* devPtr, size_t pitch, int value, size_t width, size_t height)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_cudaMemset2DAsync
alias da_cudaMemset2DAsync = cudaError_t function(void* devPtr, size_t pitch, int value, size_t width, size_t height, cudaStream_t stream = null)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_cudaMemset3D
alias da_cudaMemset3D = cudaError_t function(cudaPitchedPtr pitchedDevPtr, int value, cudaExtent extent)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_cudaMemset3DAsync
alias da_cudaMemset3DAsync = cudaError_t function(cudaPitchedPtr pitchedDevPtr, int value, cudaExtent extent, cudaStream_t stream = null)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_cudaMemsetAsync
alias da_cudaMemsetAsync = cudaError_t function(void* devPtr, int value, size_t count, cudaStream_t stream = null)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_cudaOccupancyMaxActiveBlocksPerMultiprocessor
alias da_cudaOccupancyMaxActiveBlocksPerMultiprocessor = cudaError_t function(int* numBlocks, const void* func, int blockSize, size_t dynamicSMemSize)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_cudaOccupancyMaxActiveBlocksPerMultiprocessorWithFlags
alias da_cudaOccupancyMaxActiveBlocksPerMultiprocessorWithFlags = cudaError_t function(int* numBlocks, const void* func, int blockSize, size_t dynamicSMemSize, uint flags)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_cudaPeekAtLastError
alias da_cudaPeekAtLastError = cudaError_t function()
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_cudaPointerGetAttributes
alias da_cudaPointerGetAttributes = cudaError_t function(cudaPointerAttributes* attributes, const void* ptr)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_cudaRuntimeGetVersion
alias da_cudaRuntimeGetVersion = cudaError_t function(int* runtimeVersion)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_cudaSetDevice
alias da_cudaSetDevice = cudaError_t function(int device)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_cudaSetDeviceFlags
alias da_cudaSetDeviceFlags = cudaError_t function(uint flags)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_cudaSetDoubleForDevice
alias da_cudaSetDoubleForDevice = cudaError_t function(double* d)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_cudaSetDoubleForHost
alias da_cudaSetDoubleForHost = cudaError_t function(double* d)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_cudaSetValidDevices
alias da_cudaSetValidDevices = cudaError_t function(int* device_arr, int len)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_cudaSetupArgument
alias da_cudaSetupArgument = cudaError_t function(const void* arg, size_t size, size_t offset)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_cudaSignalExternalSemaphoresAsync
alias da_cudaSignalExternalSemaphoresAsync = cudaError_t function(const cudaExternalSemaphore_t* extSemArray, const cudaExternalSemaphoreSignalParams* paramsArray, uint numExtSems, cudaStream_t stream = null)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_cudaStreamAddCallback
alias da_cudaStreamAddCallback = cudaError_t function(cudaStream_t stream, cudaStreamCallback_t callback, void* userData, uint flags)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_cudaStreamAttachMemAsync
alias da_cudaStreamAttachMemAsync = cudaError_t function(cudaStream_t stream, void* devPtr, size_t length = 0, uint flags = cudaMemAttachSingle)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_cudaStreamBeginCapture
alias da_cudaStreamBeginCapture = cudaError_t function(cudaStream_t stream)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_cudaStreamCreate
alias da_cudaStreamCreate = cudaError_t function(cudaStream_t* pStream)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_cudaStreamCreateWithFlags
alias da_cudaStreamCreateWithFlags = cudaError_t function(cudaStream_t* pStream, uint flags)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_cudaStreamCreateWithPriority
alias da_cudaStreamCreateWithPriority = cudaError_t function(cudaStream_t* pStream, uint flags, int priority)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_cudaStreamDestroy
alias da_cudaStreamDestroy = cudaError_t function(cudaStream_t stream)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_cudaStreamEndCapture
alias da_cudaStreamEndCapture = cudaError_t function(cudaStream_t stream, cudaGraph_t* pGraph)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_cudaStreamGetFlags
alias da_cudaStreamGetFlags = cudaError_t function(cudaStream_t hStream, uint* flags)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_cudaStreamGetPriority
alias da_cudaStreamGetPriority = cudaError_t function(cudaStream_t hStream, int* priority)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_cudaStreamIsCapturing
alias da_cudaStreamIsCapturing = cudaError_t function(cudaStream_t stream, cudaStreamCaptureStatus* pCaptureStatus)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_cudaStreamQuery
alias da_cudaStreamQuery = cudaError_t function(cudaStream_t stream)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_cudaStreamSynchronize
alias da_cudaStreamSynchronize = cudaError_t function(cudaStream_t stream)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_cudaStreamWaitEvent
alias da_cudaStreamWaitEvent = cudaError_t function(cudaStream_t stream, cudaEvent_t event, uint flags)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_cudaThreadExit
alias da_cudaThreadExit = cudaError_t function()
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_cudaThreadGetCacheConfig
alias da_cudaThreadGetCacheConfig = cudaError_t function(cudaFuncCache* pCacheConfig)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_cudaThreadGetLimit
alias da_cudaThreadGetLimit = cudaError_t function(size_t* pValue, cudaLimit limit)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_cudaThreadSetCacheConfig
alias da_cudaThreadSetCacheConfig = cudaError_t function(cudaFuncCache cacheConfig)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_cudaThreadSetLimit
alias da_cudaThreadSetLimit = cudaError_t function(cudaLimit limit, size_t value)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_cudaThreadSynchronize
alias da_cudaThreadSynchronize = cudaError_t function()
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_cudaUnbindTexture
alias da_cudaUnbindTexture = cudaError_t function(const textureReference* texref)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_cudaWaitExternalSemaphoresAsync
alias da_cudaWaitExternalSemaphoresAsync = cudaError_t function(const cudaExternalSemaphore_t* extSemArray, const cudaExternalSemaphoreWaitParams* paramsArray, uint numExtSems, cudaStream_t stream = null)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
libraryPropertyType
alias libraryPropertyType = int
Undocumented in source.

Classes

DerelictCUDARuntimeLoader
class DerelictCUDARuntimeLoader
Undocumented in source.

Enums

CUDA_R_16F
anonymousenum CUDA_R_16F
Undocumented in source.
MAJOR_VERSION
anonymousenum MAJOR_VERSION
Undocumented in source.
cudaAddressModeWrap
anonymousenum cudaAddressModeWrap
Undocumented in source.
cudaBoundaryModeZero
anonymousenum cudaBoundaryModeZero
Undocumented in source.
cudaCGScopeInvalid
anonymousenum cudaCGScopeInvalid
Undocumented in source.
cudaChannelFormatKindSigned
anonymousenum cudaChannelFormatKindSigned
Undocumented in source.
cudaComputeModeDefault
anonymousenum cudaComputeModeDefault
Undocumented in source.
cudaDevAttrMaxThreadsPerBlock
anonymousenum cudaDevAttrMaxThreadsPerBlock
Undocumented in source.
cudaDevP2PAttrPerformanceRank
anonymousenum cudaDevP2PAttrPerformanceRank
Undocumented in source.
cudaExternalMemoryHandleTypeOpaqueFd
anonymousenum cudaExternalMemoryHandleTypeOpaqueFd
Undocumented in source.
cudaExternalSemaphoreHandleTypeOpaqueFd
anonymousenum cudaExternalSemaphoreHandleTypeOpaqueFd
Undocumented in source.
cudaFilterModePoint
anonymousenum cudaFilterModePoint
Undocumented in source.
cudaFormatModeForced
anonymousenum cudaFormatModeForced
Undocumented in source.
cudaFuncAttributeMaxDynamicSharedMemorySize
anonymousenum cudaFuncAttributeMaxDynamicSharedMemorySize
Undocumented in source.
cudaFuncCachePreferNone
anonymousenum cudaFuncCachePreferNone
Undocumented in source.
cudaGraphNodeTypeKernel
anonymousenum cudaGraphNodeTypeKernel
Undocumented in source.
cudaGraphicsCubeFacePositiveX
anonymousenum cudaGraphicsCubeFacePositiveX
Undocumented in source.
cudaGraphicsMapFlagsNone
anonymousenum cudaGraphicsMapFlagsNone
Undocumented in source.
cudaGraphicsRegisterFlagsNone
anonymousenum cudaGraphicsRegisterFlagsNone
Undocumented in source.
cudaKeyValuePair
anonymousenum cudaKeyValuePair
Undocumented in source.
cudaLimitStackSize
anonymousenum cudaLimitStackSize
Undocumented in source.
cudaMemAdviseSetReadMostly
anonymousenum cudaMemAdviseSetReadMostly
Undocumented in source.
cudaMemRangeAttributeReadMostly
anonymousenum cudaMemRangeAttributeReadMostly
Undocumented in source.
cudaMemcpyHostToHost
anonymousenum cudaMemcpyHostToHost
Undocumented in source.
cudaMemoryTypeUnregistered
anonymousenum cudaMemoryTypeUnregistered
Undocumented in source.
cudaReadModeElementType
anonymousenum cudaReadModeElementType
Undocumented in source.
cudaResViewFormatNone
anonymousenum cudaResViewFormatNone
Undocumented in source.
cudaResourceTypeArray
anonymousenum cudaResourceTypeArray
Undocumented in source.
cudaRoundNearest
anonymousenum cudaRoundNearest
Undocumented in source.
cudaSharedMemBankSizeDefault
anonymousenum cudaSharedMemBankSizeDefault
Undocumented in source.
cudaSharedmemCarveoutDefault
anonymousenum cudaSharedmemCarveoutDefault
Undocumented in source.
cudaStreamCaptureStatusNone
anonymousenum cudaStreamCaptureStatusNone
Undocumented in source.
cudaSuccess
anonymousenum cudaSuccess
Undocumented in source.

Manifest constants

CUDART_VERSION
enum CUDART_VERSION;
Undocumented in source.
CUDA_IPC_HANDLE_SIZE
enum CUDA_IPC_HANDLE_SIZE;
Undocumented in source.
cudaArrayColorAttachment
enum cudaArrayColorAttachment;
Undocumented in source.
cudaArrayCubemap
enum cudaArrayCubemap;
Undocumented in source.
cudaArrayDefault
enum cudaArrayDefault;
Undocumented in source.
cudaArrayLayered
enum cudaArrayLayered;
Undocumented in source.
cudaArraySurfaceLoadStore
enum cudaArraySurfaceLoadStore;
Undocumented in source.
cudaArrayTextureGather
enum cudaArrayTextureGather;
Undocumented in source.
cudaCooperativeLaunchMultiDeviceNoPostSync
enum cudaCooperativeLaunchMultiDeviceNoPostSync;
Undocumented in source.
cudaCooperativeLaunchMultiDeviceNoPreSync
enum cudaCooperativeLaunchMultiDeviceNoPreSync;
Undocumented in source.
cudaCpuDeviceId
enum cudaCpuDeviceId;
Undocumented in source.
cudaDeviceBlockingSync
enum cudaDeviceBlockingSync;
Undocumented in source.
cudaDeviceLmemResizeToMax
enum cudaDeviceLmemResizeToMax;
Undocumented in source.
cudaDeviceMapHost
enum cudaDeviceMapHost;
Undocumented in source.
cudaDeviceMask
enum cudaDeviceMask;
Undocumented in source.
cudaDeviceScheduleAuto
enum cudaDeviceScheduleAuto;
Undocumented in source.
cudaDeviceScheduleBlockingSync
enum cudaDeviceScheduleBlockingSync;
Undocumented in source.
cudaDeviceScheduleMask
enum cudaDeviceScheduleMask;
Undocumented in source.
cudaDeviceScheduleSpin
enum cudaDeviceScheduleSpin;
Undocumented in source.
cudaDeviceScheduleYield
enum cudaDeviceScheduleYield;
Undocumented in source.
cudaEventBlockingSync
enum cudaEventBlockingSync;
Undocumented in source.
cudaEventDefault
enum cudaEventDefault;
Undocumented in source.
cudaEventDisableTiming
enum cudaEventDisableTiming;
Undocumented in source.
cudaEventInterprocess
enum cudaEventInterprocess;
Undocumented in source.
cudaExternalMemoryDedicated
enum cudaExternalMemoryDedicated;
Undocumented in source.
cudaHosatRegisterIoMemory
enum cudaHosatRegisterIoMemory;
Undocumented in source.
cudaHostAllocDefault
enum cudaHostAllocDefault;
Undocumented in source.
cudaHostAllocMapped
enum cudaHostAllocMapped;
Undocumented in source.
cudaHostAllocPortable
enum cudaHostAllocPortable;
Undocumented in source.
cudaHostAllocWriteCombined
enum cudaHostAllocWriteCombined;
Undocumented in source.
cudaHostRegisterDefault
enum cudaHostRegisterDefault;
Undocumented in source.
cudaHostRegisterMapped
enum cudaHostRegisterMapped;
Undocumented in source.
cudaHostRegisterPortable
enum cudaHostRegisterPortable;
Undocumented in source.
cudaInvalidDeviceId
enum cudaInvalidDeviceId;
Undocumented in source.
cudaIpcMemLazyEnablePeerAccess
enum cudaIpcMemLazyEnablePeerAccess;
Undocumented in source.
cudaMemAttachGlobal
enum cudaMemAttachGlobal;
Undocumented in source.
cudaMemAttachHost
enum cudaMemAttachHost;
Undocumented in source.
cudaMemAttachSingle
enum cudaMemAttachSingle;
Undocumented in source.
cudaPeerAccessDefault
enum cudaPeerAccessDefault;
Undocumented in source.
cudaStreamDefault
enum cudaStreamDefault;
Undocumented in source.
cudaStreamNonBlocking
enum cudaStreamNonBlocking;
Undocumented in source.
cudaSurfaceType1D
enum cudaSurfaceType1D;
Undocumented in source.
cudaSurfaceType1DLayered
enum cudaSurfaceType1DLayered;
Undocumented in source.
cudaSurfaceType2D
enum cudaSurfaceType2D;
Undocumented in source.
cudaSurfaceType2DLayered
enum cudaSurfaceType2DLayered;
Undocumented in source.
cudaSurfaceType3D
enum cudaSurfaceType3D;
Undocumented in source.
cudaSurfaceTypeCubemap
enum cudaSurfaceTypeCubemap;
Undocumented in source.
cudaSurfaceTypeCubemapLayered
enum cudaSurfaceTypeCubemapLayered;
Undocumented in source.
cudaTextureType1D
enum cudaTextureType1D;
Undocumented in source.
cudaTextureType1DLayered
enum cudaTextureType1DLayered;
Undocumented in source.
cudaTextureType2D
enum cudaTextureType2D;
Undocumented in source.
cudaTextureType2DLayered
enum cudaTextureType2DLayered;
Undocumented in source.
cudaTextureType3D
enum cudaTextureType3D;
Undocumented in source.
cudaTextureTypeCubemap
enum cudaTextureTypeCubemap;
Undocumented in source.
cudaTextureTypeCubemapLayered
enum cudaTextureTypeCubemapLayered;
Undocumented in source.

Static variables

DerelictCUDARuntime
DerelictCUDARuntimeLoader DerelictCUDARuntime;
Undocumented in source.
cudaArrayGetInfo
da_cudaArrayGetInfo cudaArrayGetInfo;
Undocumented in source.
cudaBindSurfaceToArray
da_cudaBindSurfaceToArray cudaBindSurfaceToArray;
Undocumented in source.
cudaBindTexture
da_cudaBindTexture cudaBindTexture;
Undocumented in source.
cudaBindTexture2D
da_cudaBindTexture2D cudaBindTexture2D;
Undocumented in source.
cudaBindTextureToArray
da_cudaBindTextureToArray cudaBindTextureToArray;
Undocumented in source.
cudaBindTextureToMipmappedArray
da_cudaBindTextureToMipmappedArray cudaBindTextureToMipmappedArray;
Undocumented in source.
cudaChooseDevice
da_cudaChooseDevice cudaChooseDevice;
Undocumented in source.
cudaConfigureCall
da_cudaConfigureCall cudaConfigureCall;
Undocumented in source.
cudaCreateSurfaceObject
da_cudaCreateSurfaceObject cudaCreateSurfaceObject;
Undocumented in source.
cudaCreateTextureObject
da_cudaCreateTextureObject cudaCreateTextureObject;
Undocumented in source.
cudaDestroyExternalMemory
da_cudaDestroyExternalMemory cudaDestroyExternalMemory;
Undocumented in source.
cudaDestroyExternalSemaphore
da_cudaDestroyExternalSemaphore cudaDestroyExternalSemaphore;
Undocumented in source.
cudaDestroySurfaceObject
da_cudaDestroySurfaceObject cudaDestroySurfaceObject;
Undocumented in source.
cudaDestroyTextureObject
da_cudaDestroyTextureObject cudaDestroyTextureObject;
Undocumented in source.
cudaDeviceCanAccessPeer
da_cudaDeviceCanAccessPeer cudaDeviceCanAccessPeer;
Undocumented in source.
cudaDeviceDisablePeerAccess
da_cudaDeviceDisablePeerAccess cudaDeviceDisablePeerAccess;
Undocumented in source.
cudaDeviceEnablePeerAccess
da_cudaDeviceEnablePeerAccess cudaDeviceEnablePeerAccess;
Undocumented in source.
cudaDeviceGetAttribute
da_cudaDeviceGetAttribute cudaDeviceGetAttribute;
Undocumented in source.
cudaDeviceGetByPCIBusId
da_cudaDeviceGetByPCIBusId cudaDeviceGetByPCIBusId;
Undocumented in source.
cudaDeviceGetCacheConfig
da_cudaDeviceGetCacheConfig cudaDeviceGetCacheConfig;
Undocumented in source.
cudaDeviceGetLimit
da_cudaDeviceGetLimit cudaDeviceGetLimit;
Undocumented in source.
cudaDeviceGetP2PAttribute
da_cudaDeviceGetP2PAttribute cudaDeviceGetP2PAttribute;
Undocumented in source.
cudaDeviceGetPCIBusId
da_cudaDeviceGetPCIBusId cudaDeviceGetPCIBusId;
Undocumented in source.
cudaDeviceGetSharedMemConfig
da_cudaDeviceGetSharedMemConfig cudaDeviceGetSharedMemConfig;
Undocumented in source.
cudaDeviceGetStreamPriorityRange
da_cudaDeviceGetStreamPriorityRange cudaDeviceGetStreamPriorityRange;
Undocumented in source.
cudaDevicePropDontCare
cudaDeviceProp cudaDevicePropDontCare;
Undocumented in source.
cudaDeviceReset
da_cudaDeviceReset cudaDeviceReset;
Undocumented in source.
cudaDeviceSetCacheConfig
da_cudaDeviceSetCacheConfig cudaDeviceSetCacheConfig;
Undocumented in source.
cudaDeviceSetLimit
da_cudaDeviceSetLimit cudaDeviceSetLimit;
Undocumented in source.
cudaDeviceSetSharedMemConfig
da_cudaDeviceSetSharedMemConfig cudaDeviceSetSharedMemConfig;
Undocumented in source.
cudaDeviceSynchronize
da_cudaDeviceSynchronize cudaDeviceSynchronize;
Undocumented in source.
cudaDriverGetVersion
da_cudaDriverGetVersion cudaDriverGetVersion;
Undocumented in source.
cudaEventCreate
da_cudaEventCreate cudaEventCreate;
Undocumented in source.
cudaEventCreateWithFlags
da_cudaEventCreateWithFlags cudaEventCreateWithFlags;
Undocumented in source.
cudaEventDestroy
da_cudaEventDestroy cudaEventDestroy;
Undocumented in source.
cudaEventElapsedTime
da_cudaEventElapsedTime cudaEventElapsedTime;
Undocumented in source.
cudaEventQuery
da_cudaEventQuery cudaEventQuery;
Undocumented in source.
cudaEventRecord
da_cudaEventRecord cudaEventRecord;
Undocumented in source.
cudaEventSynchronize
da_cudaEventSynchronize cudaEventSynchronize;
Undocumented in source.
cudaExternalMemoryGetMappedBuffer
da_cudaExternalMemoryGetMappedBuffer cudaExternalMemoryGetMappedBuffer;
Undocumented in source.
cudaExternalMemoryGetMappedMipmappedArray
da_cudaExternalMemoryGetMappedMipmappedArray cudaExternalMemoryGetMappedMipmappedArray;
Undocumented in source.
cudaFree
da_cudaFree cudaFree;
Undocumented in source.
cudaFreeArray
da_cudaFreeArray cudaFreeArray;
Undocumented in source.
cudaFreeHost
da_cudaFreeHost cudaFreeHost;
Undocumented in source.
cudaFreeMipmappedArray
da_cudaFreeMipmappedArray cudaFreeMipmappedArray;
Undocumented in source.
cudaFuncGetAttributes
da_cudaFuncGetAttributes cudaFuncGetAttributes;
Undocumented in source.
cudaFuncSetAttribute
da_cudaFuncSetAttribute cudaFuncSetAttribute;
Undocumented in source.
cudaFuncSetCacheConfig
da_cudaFuncSetCacheConfig cudaFuncSetCacheConfig;
Undocumented in source.
cudaFuncSetSharedMemConfig
da_cudaFuncSetSharedMemConfig cudaFuncSetSharedMemConfig;
Undocumented in source.
cudaGetChannelDesc
da_cudaGetChannelDesc cudaGetChannelDesc;
Undocumented in source.
cudaGetDevice
da_cudaGetDevice cudaGetDevice;
Undocumented in source.
cudaGetDeviceCount
da_cudaGetDeviceCount cudaGetDeviceCount;
Undocumented in source.
cudaGetDeviceFlags
da_cudaGetDeviceFlags cudaGetDeviceFlags;
Undocumented in source.
cudaGetDeviceProperties
da_cudaGetDeviceProperties cudaGetDeviceProperties;
Undocumented in source.
cudaGetErrorName
da_cudaGetErrorName cudaGetErrorName;
Undocumented in source.
cudaGetErrorString
da_cudaGetErrorString cudaGetErrorString;
Undocumented in source.
cudaGetExportTable
da_cudaGetExportTable cudaGetExportTable;
Undocumented in source.
cudaGetLastError
da_cudaGetLastError cudaGetLastError;
Undocumented in source.
cudaGetMipmappedArrayLevel
da_cudaGetMipmappedArrayLevel cudaGetMipmappedArrayLevel;
Undocumented in source.
cudaGetSurfaceObjectResourceDesc
da_cudaGetSurfaceObjectResourceDesc cudaGetSurfaceObjectResourceDesc;
Undocumented in source.
cudaGetSurfaceReference
da_cudaGetSurfaceReference cudaGetSurfaceReference;
Undocumented in source.
cudaGetSymbolAddress
da_cudaGetSymbolAddress cudaGetSymbolAddress;
Undocumented in source.
cudaGetSymbolSize
da_cudaGetSymbolSize cudaGetSymbolSize;
Undocumented in source.
cudaGetTextureAlignmentOffset
da_cudaGetTextureAlignmentOffset cudaGetTextureAlignmentOffset;
Undocumented in source.
cudaGetTextureObjectResourceDesc
da_cudaGetTextureObjectResourceDesc cudaGetTextureObjectResourceDesc;
Undocumented in source.
cudaGetTextureObjectResourceViewDesc
da_cudaGetTextureObjectResourceViewDesc cudaGetTextureObjectResourceViewDesc;
Undocumented in source.
cudaGetTextureObjectTextureDesc
da_cudaGetTextureObjectTextureDesc cudaGetTextureObjectTextureDesc;
Undocumented in source.
cudaGetTextureReference
da_cudaGetTextureReference cudaGetTextureReference;
Undocumented in source.
cudaGraphAddChildGraphNode
da_cudaGraphAddChildGraphNode cudaGraphAddChildGraphNode;
Undocumented in source.
cudaGraphAddDependencies
da_cudaGraphAddDependencies cudaGraphAddDependencies;
Undocumented in source.
cudaGraphAddEmptyNode
da_cudaGraphAddEmptyNode cudaGraphAddEmptyNode;
Undocumented in source.
cudaGraphAddHostNode
da_cudaGraphAddHostNode cudaGraphAddHostNode;
Undocumented in source.
cudaGraphAddKernelNode
da_cudaGraphAddKernelNode cudaGraphAddKernelNode;
Undocumented in source.
cudaGraphAddMemcpyNode
da_cudaGraphAddMemcpyNode cudaGraphAddMemcpyNode;
Undocumented in source.
cudaGraphAddMemsetNode
da_cudaGraphAddMemsetNode cudaGraphAddMemsetNode;
Undocumented in source.
cudaGraphChildGraphNodeGetGraph
da_cudaGraphChildGraphNodeGetGraph cudaGraphChildGraphNodeGetGraph;
Undocumented in source.
cudaGraphClone
da_cudaGraphClone cudaGraphClone;
Undocumented in source.
cudaGraphCreate
da_cudaGraphCreate cudaGraphCreate;
Undocumented in source.
cudaGraphDestroy
da_cudaGraphDestroy cudaGraphDestroy;
Undocumented in source.
cudaGraphDestroyNode
da_cudaGraphDestroyNode cudaGraphDestroyNode;
Undocumented in source.
cudaGraphExecDestroy
da_cudaGraphExecDestroy cudaGraphExecDestroy;
Undocumented in source.
cudaGraphGetEdges
da_cudaGraphGetEdges cudaGraphGetEdges;
Undocumented in source.
cudaGraphGetNodes
da_cudaGraphGetNodes cudaGraphGetNodes;
Undocumented in source.
cudaGraphGetRootNodes
da_cudaGraphGetRootNodes cudaGraphGetRootNodes;
Undocumented in source.
cudaGraphHostNodeGetParams
da_cudaGraphHostNodeGetParams cudaGraphHostNodeGetParams;
Undocumented in source.
cudaGraphHostNodeSetParams
da_cudaGraphHostNodeSetParams cudaGraphHostNodeSetParams;
Undocumented in source.
cudaGraphInstantiate
da_cudaGraphInstantiate cudaGraphInstantiate;
Undocumented in source.
cudaGraphKernelNodeGetParams
da_cudaGraphKernelNodeGetParams cudaGraphKernelNodeGetParams;
Undocumented in source.
cudaGraphKernelNodeSetParams
da_cudaGraphKernelNodeSetParams cudaGraphKernelNodeSetParams;
Undocumented in source.
cudaGraphLaunch
da_cudaGraphLaunch cudaGraphLaunch;
Undocumented in source.
cudaGraphMemcpyNodeGetParams
da_cudaGraphMemcpyNodeGetParams cudaGraphMemcpyNodeGetParams;
Undocumented in source.
cudaGraphMemcpyNodeSetParams
da_cudaGraphMemcpyNodeSetParams cudaGraphMemcpyNodeSetParams;
Undocumented in source.
cudaGraphMemsetNodeGetParams
da_cudaGraphMemsetNodeGetParams cudaGraphMemsetNodeGetParams;
Undocumented in source.
cudaGraphMemsetNodeSetParams
da_cudaGraphMemsetNodeSetParams cudaGraphMemsetNodeSetParams;
Undocumented in source.
cudaGraphNodeFindInClone
da_cudaGraphNodeFindInClone cudaGraphNodeFindInClone;
Undocumented in source.
cudaGraphNodeGetDependencies
da_cudaGraphNodeGetDependencies cudaGraphNodeGetDependencies;
Undocumented in source.
cudaGraphNodeGetDependentNodes
da_cudaGraphNodeGetDependentNodes cudaGraphNodeGetDependentNodes;
Undocumented in source.
cudaGraphNodeGetType
da_cudaGraphNodeGetType cudaGraphNodeGetType;
Undocumented in source.
cudaGraphRemoveDependencies
da_cudaGraphRemoveDependencies cudaGraphRemoveDependencies;
Undocumented in source.
cudaGraphicsMapResources
da_cudaGraphicsMapResources cudaGraphicsMapResources;
Undocumented in source.
cudaGraphicsResourceGetMappedMipmappedArray
da_cudaGraphicsResourceGetMappedMipmappedArray cudaGraphicsResourceGetMappedMipmappedArray;
Undocumented in source.
cudaGraphicsResourceGetMappedPointer
da_cudaGraphicsResourceGetMappedPointer cudaGraphicsResourceGetMappedPointer;
Undocumented in source.
cudaGraphicsResourceSetMapFlags
da_cudaGraphicsResourceSetMapFlags cudaGraphicsResourceSetMapFlags;
Undocumented in source.
cudaGraphicsSubResourceGetMappedArray
da_cudaGraphicsSubResourceGetMappedArray cudaGraphicsSubResourceGetMappedArray;
Undocumented in source.
cudaGraphicsUnmapResources
da_cudaGraphicsUnmapResources cudaGraphicsUnmapResources;
Undocumented in source.
cudaGraphicsUnregisterResource
da_cudaGraphicsUnregisterResource cudaGraphicsUnregisterResource;
Undocumented in source.
cudaHostAlloc
da_cudaHostAlloc cudaHostAlloc;
Undocumented in source.
cudaHostGetDevicePointer
da_cudaHostGetDevicePointer cudaHostGetDevicePointer;
Undocumented in source.
cudaHostGetFlags
da_cudaHostGetFlags cudaHostGetFlags;
Undocumented in source.
cudaHostRegister
da_cudaHostRegister cudaHostRegister;
Undocumented in source.
cudaHostUnregister
da_cudaHostUnregister cudaHostUnregister;
Undocumented in source.
cudaImportExternalMemory
da_cudaImportExternalMemory cudaImportExternalMemory;
Undocumented in source.
cudaImportExternalSemaphore
da_cudaImportExternalSemaphore cudaImportExternalSemaphore;
Undocumented in source.
cudaIpcCloseMemHandle
da_cudaIpcCloseMemHandle cudaIpcCloseMemHandle;
Undocumented in source.
cudaIpcGetEventHandle
da_cudaIpcGetEventHandle cudaIpcGetEventHandle;
Undocumented in source.
cudaIpcGetMemHandle
da_cudaIpcGetMemHandle cudaIpcGetMemHandle;
Undocumented in source.
cudaIpcOpenEventHandle
da_cudaIpcOpenEventHandle cudaIpcOpenEventHandle;
Undocumented in source.
cudaIpcOpenMemHandle
da_cudaIpcOpenMemHandle cudaIpcOpenMemHandle;
Undocumented in source.
cudaLaunch
da_cudaLaunch cudaLaunch;
Undocumented in source.
cudaLaunchCooperativeKernel
da_cudaLaunchCooperativeKernel cudaLaunchCooperativeKernel;
Undocumented in source.
cudaLaunchCooperativeKernelMultiDevice
da_cudaLaunchCooperativeKernelMultiDevice cudaLaunchCooperativeKernelMultiDevice;
Undocumented in source.
cudaLaunchHostFunc
da_cudaLaunchHostFunc cudaLaunchHostFunc;
Undocumented in source.
cudaLaunchKernel
da_cudaLaunchKernel cudaLaunchKernel;
Undocumented in source.
cudaMalloc
da_cudaMalloc cudaMalloc;
Undocumented in source.
cudaMalloc3D
da_cudaMalloc3D cudaMalloc3D;
Undocumented in source.
cudaMalloc3DArray
da_cudaMalloc3DArray cudaMalloc3DArray;
Undocumented in source.
cudaMallocArray
da_cudaMallocArray cudaMallocArray;
Undocumented in source.
cudaMallocHost
da_cudaMallocHost cudaMallocHost;
Undocumented in source.
cudaMallocManaged
da_cudaMallocManaged cudaMallocManaged;
Undocumented in source.
cudaMallocMipmappedArray
da_cudaMallocMipmappedArray cudaMallocMipmappedArray;
Undocumented in source.
cudaMallocPitch
da_cudaMallocPitch cudaMallocPitch;
Undocumented in source.
cudaMemAdvise
da_cudaMemAdvise cudaMemAdvise;
Undocumented in source.
cudaMemGetInfo
da_cudaMemGetInfo cudaMemGetInfo;
Undocumented in source.
cudaMemPrefetchAsync
da_cudaMemPrefetchAsync cudaMemPrefetchAsync;
Undocumented in source.
cudaMemRangeGetAttribute
da_cudaMemRangeGetAttribute cudaMemRangeGetAttribute;
Undocumented in source.
cudaMemRangeGetAttributes
da_cudaMemRangeGetAttributes cudaMemRangeGetAttributes;
Undocumented in source.
cudaMemcpy
da_cudaMemcpy cudaMemcpy;
Undocumented in source.
cudaMemcpy2D
da_cudaMemcpy2D cudaMemcpy2D;
Undocumented in source.
cudaMemcpy2DArrayToArray
da_cudaMemcpy2DArrayToArray cudaMemcpy2DArrayToArray;
Undocumented in source.
cudaMemcpy2DAsync
da_cudaMemcpy2DAsync cudaMemcpy2DAsync;
Undocumented in source.
cudaMemcpy2DFromArray
da_cudaMemcpy2DFromArray cudaMemcpy2DFromArray;
Undocumented in source.
cudaMemcpy2DFromArrayAsync
da_cudaMemcpy2DFromArrayAsync cudaMemcpy2DFromArrayAsync;
Undocumented in source.
cudaMemcpy2DToArray
da_cudaMemcpy2DToArray cudaMemcpy2DToArray;
Undocumented in source.
cudaMemcpy2DToArrayAsync
da_cudaMemcpy2DToArrayAsync cudaMemcpy2DToArrayAsync;
Undocumented in source.
cudaMemcpy3D
da_cudaMemcpy3D cudaMemcpy3D;
Undocumented in source.
cudaMemcpy3DAsync
da_cudaMemcpy3DAsync cudaMemcpy3DAsync;
Undocumented in source.
cudaMemcpy3DPeer
da_cudaMemcpy3DPeer cudaMemcpy3DPeer;
Undocumented in source.
cudaMemcpy3DPeerAsync
da_cudaMemcpy3DPeerAsync cudaMemcpy3DPeerAsync;
Undocumented in source.
cudaMemcpyArrayToArray
da_cudaMemcpyArrayToArray cudaMemcpyArrayToArray;
Undocumented in source.
cudaMemcpyAsync
da_cudaMemcpyAsync cudaMemcpyAsync;
Undocumented in source.
cudaMemcpyFromArray
da_cudaMemcpyFromArray cudaMemcpyFromArray;
Undocumented in source.
cudaMemcpyFromArrayAsync
da_cudaMemcpyFromArrayAsync cudaMemcpyFromArrayAsync;
Undocumented in source.
cudaMemcpyFromSymbol
da_cudaMemcpyFromSymbol cudaMemcpyFromSymbol;
Undocumented in source.
cudaMemcpyFromSymbolAsync
da_cudaMemcpyFromSymbolAsync cudaMemcpyFromSymbolAsync;
Undocumented in source.
cudaMemcpyPeer
da_cudaMemcpyPeer cudaMemcpyPeer;
Undocumented in source.
cudaMemcpyPeerAsync
da_cudaMemcpyPeerAsync cudaMemcpyPeerAsync;
Undocumented in source.
cudaMemcpyToArray
da_cudaMemcpyToArray cudaMemcpyToArray;
Undocumented in source.
cudaMemcpyToArrayAsync
da_cudaMemcpyToArrayAsync cudaMemcpyToArrayAsync;
Undocumented in source.
cudaMemcpyToSymbol
da_cudaMemcpyToSymbol cudaMemcpyToSymbol;
Undocumented in source.
cudaMemcpyToSymbolAsync
da_cudaMemcpyToSymbolAsync cudaMemcpyToSymbolAsync;
Undocumented in source.
cudaMemset
da_cudaMemset cudaMemset;
Undocumented in source.
cudaMemset2D
da_cudaMemset2D cudaMemset2D;
Undocumented in source.
cudaMemset2DAsync
da_cudaMemset2DAsync cudaMemset2DAsync;
Undocumented in source.
cudaMemset3D
da_cudaMemset3D cudaMemset3D;
Undocumented in source.
cudaMemset3DAsync
da_cudaMemset3DAsync cudaMemset3DAsync;
Undocumented in source.
cudaMemsetAsync
da_cudaMemsetAsync cudaMemsetAsync;
Undocumented in source.
cudaOccupancyMaxActiveBlocksPerMultiprocessor
da_cudaOccupancyMaxActiveBlocksPerMultiprocessor cudaOccupancyMaxActiveBlocksPerMultiprocessor;
Undocumented in source.
cudaOccupancyMaxActiveBlocksPerMultiprocessorWithFlags
da_cudaOccupancyMaxActiveBlocksPerMultiprocessorWithFlags cudaOccupancyMaxActiveBlocksPerMultiprocessorWithFlags;
Undocumented in source.
cudaPeekAtLastError
da_cudaPeekAtLastError cudaPeekAtLastError;
Undocumented in source.
cudaPointerGetAttributes
da_cudaPointerGetAttributes cudaPointerGetAttributes;
Undocumented in source.
cudaRuntimeGetVersion
da_cudaRuntimeGetVersion cudaRuntimeGetVersion;
Undocumented in source.
cudaSetDevice
da_cudaSetDevice cudaSetDevice;
Undocumented in source.
cudaSetDeviceFlags
da_cudaSetDeviceFlags cudaSetDeviceFlags;
Undocumented in source.
cudaSetDoubleForDevice
da_cudaSetDoubleForDevice cudaSetDoubleForDevice;
Undocumented in source.
cudaSetDoubleForHost
da_cudaSetDoubleForHost cudaSetDoubleForHost;
Undocumented in source.
cudaSetValidDevices
da_cudaSetValidDevices cudaSetValidDevices;
Undocumented in source.
cudaSetupArgument
da_cudaSetupArgument cudaSetupArgument;
Undocumented in source.
cudaSignalExternalSemaphoresAsync
da_cudaSignalExternalSemaphoresAsync cudaSignalExternalSemaphoresAsync;
Undocumented in source.
cudaStreamAddCallback
da_cudaStreamAddCallback cudaStreamAddCallback;
Undocumented in source.
cudaStreamAttachMemAsync
da_cudaStreamAttachMemAsync cudaStreamAttachMemAsync;
Undocumented in source.
cudaStreamBeginCapture
da_cudaStreamBeginCapture cudaStreamBeginCapture;
Undocumented in source.
cudaStreamCreate
da_cudaStreamCreate cudaStreamCreate;
Undocumented in source.
cudaStreamCreateWithFlags
da_cudaStreamCreateWithFlags cudaStreamCreateWithFlags;
Undocumented in source.
cudaStreamCreateWithPriority
da_cudaStreamCreateWithPriority cudaStreamCreateWithPriority;
Undocumented in source.
cudaStreamDestroy
da_cudaStreamDestroy cudaStreamDestroy;
Undocumented in source.
cudaStreamEndCapture
da_cudaStreamEndCapture cudaStreamEndCapture;
Undocumented in source.
cudaStreamGetFlags
da_cudaStreamGetFlags cudaStreamGetFlags;
Undocumented in source.
cudaStreamGetPriority
da_cudaStreamGetPriority cudaStreamGetPriority;
Undocumented in source.
cudaStreamIsCapturing
da_cudaStreamIsCapturing cudaStreamIsCapturing;
Undocumented in source.
cudaStreamQuery
da_cudaStreamQuery cudaStreamQuery;
Undocumented in source.
cudaStreamSynchronize
da_cudaStreamSynchronize cudaStreamSynchronize;
Undocumented in source.
cudaStreamWaitEvent
da_cudaStreamWaitEvent cudaStreamWaitEvent;
Undocumented in source.
cudaThreadExit
da_cudaThreadExit cudaThreadExit;
Undocumented in source.
cudaThreadGetCacheConfig
da_cudaThreadGetCacheConfig cudaThreadGetCacheConfig;
Undocumented in source.
cudaThreadGetLimit
da_cudaThreadGetLimit cudaThreadGetLimit;
Undocumented in source.
cudaThreadSetCacheConfig
da_cudaThreadSetCacheConfig cudaThreadSetCacheConfig;
Undocumented in source.
cudaThreadSetLimit
da_cudaThreadSetLimit cudaThreadSetLimit;
Undocumented in source.
cudaThreadSynchronize
da_cudaThreadSynchronize cudaThreadSynchronize;
Undocumented in source.
cudaUnbindTexture
da_cudaUnbindTexture cudaUnbindTexture;
Undocumented in source.
cudaWaitExternalSemaphoresAsync
da_cudaWaitExternalSemaphoresAsync cudaWaitExternalSemaphoresAsync;
Undocumented in source.

Structs

CUgraphExec_st
struct CUgraphExec_st

CUDA executable (launchable) graph

CUuuid_st
struct CUuuid_st

CUDA UUID types

cudaArray
struct cudaArray

CUDA array

cudaChannelFormatDesc
struct cudaChannelFormatDesc

CUDA Channel format descriptor

cudaDeviceProp
struct cudaDeviceProp

CUDA device properties

cudaExtent
struct cudaExtent

CUDA extent

cudaExternalMemoryBufferDesc
struct cudaExternalMemoryBufferDesc

External memory buffer descriptor

cudaExternalMemoryHandleDesc
struct cudaExternalMemoryHandleDesc
Undocumented in source.
cudaExternalMemoryMipmappedArrayDesc
struct cudaExternalMemoryMipmappedArrayDesc

External memory mipmap descriptor

cudaExternalSemaphoreHandleDesc
struct cudaExternalSemaphoreHandleDesc

External semaphore handle descriptor

cudaExternalSemaphoreSignalParams
struct cudaExternalSemaphoreSignalParams

External semaphore signal parameters

cudaExternalSemaphoreWaitParams
struct cudaExternalSemaphoreWaitParams

External semaphore wait parameters

cudaFuncAttributes
struct cudaFuncAttributes

CUDA function attributes

cudaGraphicsResource
struct cudaGraphicsResource
Undocumented in source.
cudaHostNodeParams
struct cudaHostNodeParams

CUDA host node parameters

cudaIpcEventHandle_t
struct cudaIpcEventHandle_t
Undocumented in source.
cudaIpcMemHandle_t
struct cudaIpcMemHandle_t
Undocumented in source.
cudaKernelNodeParams
struct cudaKernelNodeParams

CUDA GPU kernel node parameters

cudaLaunchParams
struct cudaLaunchParams

CUDA launch parameters

cudaMemcpy3DParms
struct cudaMemcpy3DParms

CUDA 3D memory copying parameters

cudaMemcpy3DPeerParms
struct cudaMemcpy3DPeerParms

CUDA 3D cross-device memory copying parameters

cudaMemsetParams
struct cudaMemsetParams

CUDA Memset node parameters

cudaPitchedPtr
struct cudaPitchedPtr

CUDA Pitched memory pointer

cudaPointerAttributes
struct cudaPointerAttributes

CUDA pointer attributes

cudaPos
struct cudaPos

CUDA 3D position

cudaResourceDesc
struct cudaResourceDesc

CUDA resource descriptor

cudaResourceViewDesc
struct cudaResourceViewDesc

CUDA resource view descriptor

cudaTextureDesc
struct cudaTextureDesc

CUDA texture descriptor

dim3
struct dim3
Undocumented in source.
double2
struct double2
Undocumented in source.
float2
struct float2
Undocumented in source.
surfaceReference
struct surfaceReference

CUDA Surface reference

textureReference
struct textureReference

CUDA texture reference

Meta