Table of Contents

Struct CudaArrayInfo

Namespace
JYPPX.CudaSharp
Assembly
JYPPX.CudaSharp.dll

Provides immutable metadata about a CUDA array. 提供 CUDA array 的不可变元数据。

public readonly struct CudaArrayInfo
Inherited Members

Properties

Channel

Gets the channel descriptor. 获取通道描述符。

public CudaChannelFormatDescriptor Channel { get; }

Property Value

CudaChannelFormatDescriptor

Extent

Gets the array extent. 获取 array 的范围信息。

public CudaArrayExtent Extent { get; }

Property Value

CudaArrayExtent

Flags

Gets the creation flags used for the array. 获取创建该 array 时使用的标志。

public CudaArrayCreationFlags Flags { get; }

Property Value

CudaArrayCreationFlags

Methods

ToString()

Formats array metadata for diagnostics. 将 array 元数据格式化为便于诊断的字符串。

public override string ToString()

Returns

string