The OpenD Programming Language

derelict.cuda.runtimeapi

Undocumented in source.

Members

Aliases

cudaCGScope
alias cudaCGScope = int

CUDA cooperative group scope

cudaChannelFormatKind
alias cudaChannelFormatKind = int

Channel format kind

cudaComputeMode
alias cudaComputeMode = int

CUDA device compute modes

cudaDeviceAttr
alias cudaDeviceAttr = int

CUDA device attributes

cudaDeviceP2PAttr
alias cudaDeviceP2PAttr = int

CUDA device P2P attributes

cudaExternalMemoryHandleType
alias cudaExternalMemoryHandleType = int

External memory handle types

cudaExternalSemaphoreHandleType
alias cudaExternalSemaphoreHandleType = int

External semaphore handle types

cudaFuncCache
alias cudaFuncCache = int

CUDA function attributes that can be set using cudaFuncSetAttribute

cudaGraphNodeType
alias cudaGraphNodeType = int

CUDA Graph node types

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

cudaMemoryAdvise
alias cudaMemoryAdvise = int

CUDA Memory Advise values

cudaOutputMode
alias cudaOutputMode = int

CUDA Profiler Output modes

cudaSharedCarveout
alias cudaSharedCarveout = int

Shared memory carveout configurations

cudaSharedMemConfig
alias cudaSharedMemConfig = int

CUDA shared memory configuration

cudaStreamCaptureStatus
alias cudaStreamCaptureStatus = int

Possible stream capture statuses returned by ::cudaStreamIsCapturing

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

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

cudaHostNodeParams
struct cudaHostNodeParams

CUDA host node parameters

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

surfaceReference
struct surfaceReference

CUDA Surface reference

textureReference
struct textureReference

CUDA texture reference

Meta