FLOPS Calculator

Posted by Dinesh on

Online FLOPS computer speed calculator to calculate one floating point operations per second of CPU per cycle.

What is a FLOPS?

A FLOPS is a measure of computer speed, performs one floating point operations per second.

Calculate CPU Floating Point Operations Per Second

Formula:

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.