Samuel Thibault преди 7 години
родител
ревизия
edf27d5384
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      src/core/workers.h

+ 2 - 2
src/core/workers.h

@@ -248,12 +248,12 @@ struct _starpu_machine_topology
 	/* custom hwloc tree*/
 	struct starpu_tree *tree;
 
-	/* Total number of CPUs, as detected by the topology code. May
+	/* Total number of CPU cores, as detected by the topology code. May
 	 * be different from the actual number of CPU workers.
 	 */
 	unsigned nhwcpus;
 
-	/* Total number of PUs, as detected by the topology code. May
+	/* Total number of PUs (i.e. threads), as detected by the topology code. May
 	 * be different from the actual number of PU workers.
 	 */
 	unsigned nhwpus;