瀏覽代碼

Drop mentioning Gordon

Samuel Thibault 11 年之前
父節點
當前提交
8bfbe1ee39
共有 1 個文件被更改,包括 1 次插入2 次删除
  1. 1 2
      src/core/workers.c

+ 1 - 2
src/core/workers.c

@@ -608,8 +608,7 @@ static void _starpu_launch_drivers(struct _starpu_machine_config *pconfig)
 #endif
 #ifdef STARPU_USE_MIC
 			case STARPU_MIC_WORKER:
-				/* We use the Gordon approach for the MIC,
-				 * which consists in spawning only one thread
+				/* We spawn only one thread
 				 * per MIC device, which will control all MIC
 				 * workers of this device. (by using a worker set). */
 				if (mic_worker_set[devid].started)