FLOPrate
FLOPrate is a metric used to quantify the sustained throughput of floating-point operations on a computing system, expressed in floating-point operations per second (FLOPS). Unlike peak FLOPS, FLOPrate reflects actual performance under a defined workload and software stack, including compiler optimizations and library calls.
Calculation of FLOPrate relies on a benchmark or workload that specifies a known total number of floating-point
Measurement and normalization practices vary. To enable cross-system comparisons, FLOPrate is often reported for a representative
Interpretation and limitations are important. FLOPrate is sensitive to memory bandwidth, cache hierarchy, and compiler/runtime optimizations,
Applications include benchmarking hardware vendors, evaluating system configurations for HPC centers, and guiding software optimization. FLOPrate
See also: FLOPS, GFLOPS, benchmark, high-performance computing, performance metric.