Deep.Net


CudaExecEnvT

Namespace: SymTensor.Compiler.Cuda
Parent Module: Types

Actual CUDA internal memory allocations and external device and host references

Record Fields

Record FieldDescription
ConstantValues
Signature: Map<MemConstManikinT,ITensor>
Event
Signature: Dictionary<EventObjectT,CudaEvent>
ExternalVar
Signature: Map<VarSpecT,ITensor>
Modifiers: mutable
HostVar
Signature: Map<VarSpecT,ITensor>
Modifiers: mutable
InternalMem
Signature: Dictionary<MemAllocManikinT,CudaDeviceVariable<byte>>
RegHostMem
Signature: Dictionary<MemAllocManikinT,RegHostMemT>
Stream
Signature: Dictionary<StreamT,CudaStream>
SubWorkspaces
Signature: Dictionary<SubWorkspaceT,ICudaExprWorkspace>
TextureObject
Signature: Dictionary<TextureObjectT,CudaTexObjectAndArray>
Fork me on GitHub