• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

how does Anand Tech measure GFLOPS on a GPU?

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
 
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.
 
Back
Top