瀏覽代碼

mention that bindid is a logical index

Samuel Thibault 13 年之前
父節點
當前提交
924dabb08d
共有 1 個文件被更改,包括 1 次插入1 次删除
  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 */