Selaa lähdekoodia

mention that bindid is a logical index

Samuel Thibault 13 vuotta sitten
vanhempi
commit
924dabb08d
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      src/core/workers.h

+ 1 - 1
src/core/workers.h

@@ -61,7 +61,7 @@ struct _starpu_worker {
 	enum starpu_perf_archtype perf_arch; /* in case there are different models of the same arch */
 	pthread_t worker_thread; /* the thread which runs the worker */
 	int devid; /* which cpu/gpu/etc is controlled by the workker ? */
-	int bindid; /* which cpu is the driver bound to ? */
+	int bindid; /* which cpu is the driver bound to ? (logical index) */
 	int workerid; /* uniquely identify the worker among all processing units types */
 	int combined_workerid; /* combined worker currently using this worker */
 	int current_rank; /* current rank in case the worker is used in a parallel fashion */