Flops Calculator

Posted by Dinesh on

This calculator calculates the floating point operations per second using sockets, cores per socket, number of clock cycles per second, number of floating point operations per cycle values.

Calculate Floating Point Operations Per Second

Formula:

FLOPS = s × c × cc × f

Where,
s is sockets
c is cores per socket
cc is number of clock cycles per second
f is number of floating point operations per cycle