Struct CudaArrayMemoryRequirements
Describes device-memory requirements for a CUDA array. 描述 CUDA array 的设备内存需求。
public readonly struct CudaArrayMemoryRequirements
- Inherited Members
Properties
AlignmentBytes
Gets the required alignment in bytes. 获取所需对齐(字节)。
public ulong AlignmentBytes { get; }
Property Value
SizeBytes
Gets the required memory size in bytes. 获取所需内存大小(字节)。
public ulong SizeBytes { get; }
Property Value
Methods
ToString()
Formats memory requirements for diagnostics. 将内存需求格式化为便于诊断的字符串。
public override string ToString()