Floating point operations per second: Difference between revisions

Content deleted Content added
+ja
The "s" is NOT a plural, it is "second".
Line 2:
 
'''FLOPS''' means ''floating point instructions per second'' -- an approximate measure of a [[computer]]'s processing speed.
* A '''megaflopMegaflops''' ismeans one million FLOPS, and
* a '''gigaflopGigaflops''' ismeans 1000 million FLOPS.
 
The most powerful [[supercomputer]]s have speeds measured in '''teraflops''', or units of 10<sup>12</sup> FLOPS.
 
A '''petaflopPetaflops''' is the (as of 2002) almost unimaginable speed of 10<sup>15</sup> FLOPS, or a million gigaflops.
 
FLOPS, like [[Million Instructions Per Second|MIPS]], are not that useful as a [[benchmark]] for modern computers because there are many other factors in computer performance other than raw floating-point computation, such as [[interprocessor communication]], [[cache coherence]], and the [[memory hierarchy]].