Struct CudaArraySparseProperties
Describes sparse-tile metadata for a CUDA array. 描述 CUDA array 的稀疏 tile 元数据。
public readonly struct CudaArraySparseProperties
- Inherited Members
Properties
Flags
Gets sparse-array flags. 获取 sparse array 标志。
public CudaArraySparseFlags Flags { get; }
Property Value
MipTailFirstLevel
Gets the first mip-tail level. 获取首个 mip-tail level。
public uint MipTailFirstLevel { get; }
Property Value
MipTailSizeBytes
Gets the mip-tail size in bytes. 获取 mip-tail 大小(字节)。
public ulong MipTailSizeBytes { get; }
Property Value
TileDepth
Gets the tile depth. 获取 tile 深度。
public uint TileDepth { get; }
Property Value
TileHeight
Gets the tile height. 获取 tile 高度。
public uint TileHeight { get; }
Property Value
TileWidth
Gets the tile width. 获取 tile 宽度。
public uint TileWidth { get; }
Property Value
Methods
ToString()
Formats sparse-array properties for diagnostics. 将稀疏 array 属性格式化为便于诊断的字符串。
public override string ToString()