Browse Source

include/starpu_perfmodel.h: any variable defined as struct starpu_per_arch_perfmodel will be marked as deprecated

Nathalie Furmento 13 years ago
parent
commit
3332f3a13f
1 changed files with 1 additions and 2 deletions
  1. 1 2
      include/starpu_perfmodel.h

+ 1 - 2
include/starpu_perfmodel.h

@@ -141,8 +141,7 @@ struct starpu_perfmodel_regression_model
 
 struct starpu_perfmodel_history_table;
 
-/* using starpu_per_arch_perfmodel is deprecated */
-#define starpu_per_arch_perfmodel starpu_perfmodel_per_arch
+#define starpu_per_arch_perfmodel starpu_perfmodel_per_arch STARPU_DEPRECATED
 
 struct starpu_perfmodel_per_arch
 {