-of CPU is generally around 3GHz and the one of GPU is about 1.5GHz. Although the
-core clock of GPU cores is slower, the amount of cores inside a GPU provides
-more computational power. This measure is commonly represented by the number of
-floating point operation per seconds. Nowadays most powerful GPUs provide more
-than 1TFlops, i.e. $10^{12}$ floating point operations per second. Nevertheless
-GPUs are very efficient to perform some operations but not all kinds of
-operations. They are very efficient to execute repetitive work in which only the
-data change. It is important to keep in mind that multiprocessors inside a GPU
-have 32 cores. Later we will see that these 32 cores need to do the same work to
-get maximum performance.
+of CPU is generally around 3GHz and the one of GPU is about 1.5GHz. Although
+the core clock of GPU cores is slower, the amount of cores inside a GPU provides
+more computational power. This measure is commonly represented by the number of
+floating point operation per seconds. Nowadays the most powerful GPUs provide more
+than 1TFlops, i.e. $10^{12}$ floating point operations per second.
+Nevertheless GPUs are very efficient to perform some operations but not all
+kinds of operations. They are very efficient to execute repetitive work in which
+only the data change. It is important to keep in mind that multiprocessors
+inside a GPU have 32 cores. Later we will see that these 32 cores need to do the
+same work to get maximum performance.