Table of Contents

Enum TensorRtHardwareCompatibilityLevel

Namespace
JYPPX.TensorRtSharp
Assembly
JYPPX.TensorRtSharp.dll

Describes TensorRT engine hardware-compatibility requirements. 描述 TensorRT engine 的硬件兼容性要求。

public enum TensorRtHardwareCompatibilityLevel

Fields

AmperePlus = 1

Require compatibility with Ampere and newer GPUs. 要求兼容 Ampere 及更新 GPU。

None = 0

No cross-GPU architecture compatibility requirement. 不要求跨 GPU 架构兼容。

SameComputeCapability = 2

TensorRT 10.x only: require compatibility with GPUs of the same compute capability. 仅 TensorRT 10.x:要求兼容相同 compute capability 的 GPU。