Samuel Thibault лет назад: 11
Родитель
Сommit
aea43685d3
1 измененных файлов с 3 добавлено и 3 удалено
  1. 3 3
      include/starpu_perfmodel.h

+ 3 - 3
include/starpu_perfmodel.h

@@ -1,6 +1,6 @@
 /* StarPU --- Runtime system for heterogeneous multicore architectures.
  *
- * Copyright (C) 2010-2013  Université de Bordeaux 1
+ * Copyright (C) 2010-2014  Université de Bordeaux 1
  * Copyright (C) 2010, 2011, 2012, 2013  Centre National de la Recherche Scientifique
  * Copyright (C) 2011  Télécom-SudParis
  *
@@ -38,8 +38,8 @@ struct starpu_data_descr;
 struct starpu_perfmodel_arch
 {
 	enum starpu_worker_archtype type;
-	int devid;
-	int ncore;
+	int devid;	/* identifier of the precise device */
+	int ncore;	/* number of execution in parallel, minus 1 */
 };
 
 struct starpu_perfmodel_history_entry