The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
CUdevprop
derelict
cuda
driverapi
Legacy device properties
struct
CUdevprop {
int
maxThreadsPerBlock
;
int
[
3
]
maxThreadsDim
;
int
[
3
]
maxGridSize
;
int
sharedMemPerBlock
;
int
totalConstantMemory
;
int
SIMDWidth
;
int
memPitch
;
int
regsPerBlock
;
int
clockRate
;
int
textureAlign
;
}
Meta
Source
See Implementation
derelict
cuda
driverapi
aliases
CUaddress_mode
CUarray_cubemap_face
CUarray_format
CUcomputemode
CUctx_flags
CUdevice_P2PAttribute
CUdevice_attribute
CUevent_flags
CUexternalMemoryHandleType
CUexternalSemaphoreHandleType
CUfilter_mode
CUfunc_cache
CUfunction_attribute
CUgraphNodeType
CUgraphicsMapResourceFlags
CUgraphicsRegisterFlags
CUipcMem_flags
CUjitInputType
CUjit_cacheMode
CUjit_fallback
CUjit_target
CUlimit
CUmemAttach_flags
CUmem_advise
CUmemorytype
CUoccupancy_flags
CUpointer_attribute
CUresourcetype
CUshared_carveout
CUsharedconfig
CUstreamBatchMemOpType
CUstreamCaptureStatus
CUstreamWaitValue_flags
CUstreamWriteValue_flags
CUstream_flags
manifest constants
CUDA_EXTERNAL_MEMORY_DEDICATED
CUDA_VERSION
CU_DEVICE_INVALID
CU_IPC_HANDLE_SIZE
structs
CUDA_EXTERNAL_MEMORY_BUFFER_DESC
CUDA_EXTERNAL_MEMORY_HANDLE_DESC
CUDA_EXTERNAL_MEMORY_MIPMAPPED_ARRAY_DESC
CUDA_EXTERNAL_SEMAPHORE_HANDLE_DESC
CUDA_EXTERNAL_SEMAPHORE_SIGNAL_PARAMS
CUDA_EXTERNAL_SEMAPHORE_WAIT_PARAMS
CUDA_HOST_NODE_PARAMS
CUDA_KERNEL_NODE_PARAMS
CUDA_LAUNCH_PARAMS
CUDA_MEMSET_NODE_PARAMS
CUdevprop
CUipcEventHandle
CUipcMemHandle
unions
CUstreamBatchMemOpParams
Legacy device properties