Class PlatformCharacteristics
Platform characteristics for hardware cost estimation. Contains performance metrics like GFLOPS, memory bandwidth, and energy efficiency.
public class PlatformCharacteristics
- Inheritance
-
PlatformCharacteristics
- Inherited Members
Properties
EnergyPerGBMemory
Memory access energy cost in millijoules per GB.
public double EnergyPerGBMemory { get; set; }
Property Value
EnergyPerGFlop
Energy consumption per GFLOP in millijoules.
public double EnergyPerGFlop { get; set; }
Property Value
GFlops
Peak computational throughput in GFLOPS (billions of floating-point operations per second).
public double GFlops { get; set; }
Property Value
MemoryBandwidthGBps
Memory bandwidth in GB/s.
public double MemoryBandwidthGBps { get; set; }