Computer FLOPS Formula


Equation for calculate computer flops is,

FLOPS = Cores × No. SIMD Units × [(No. Mul_add units × 2) + No. Mul units] × Clock Speed

where,
Cores = Total No. of cores used,
SIMD Unit = single instruction multiple data unit,
Clock speed = Rate of how many clock cycles a CPU can perform per second.