how does Anand Tech measure GFLOPS on a GPU?

krishnapallavi

Junior Member
Aug 28, 2013
2
0
0
uh, actually I dont have any idea about MADs aswell,
what is a MAD? and how can Gflops be derived as MADs*2* Ghz??
and this GFlops measurement is not done based on some standard workload? like a benchmark?
Thanks for the reply
 

Tuna-Fish

Golden Member
Mar 4, 2011
1,646
2,465
136
uh, actually I dont have any idea about MADs aswell,
what is a MAD? and how can Gflops be derived as MADs*2* Ghz??
and this GFlops measurement is not done based on some standard workload? like a benchmark?
Thanks for the reply

MAD, also goes by MADD or FMA, means "Fused multiply-add", or "a = b * c + d", the basic FP operation. The gflops number is not a measurement, it's just the count of FMA units in the device, multiplied by two (because it has two operations, + and *), multiplied by clock speed.