浏览代码

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

Nathalie Furmento 13 年之前
父节点
当前提交
3332f3a13f
共有 1 个文件被更改,包括 1 次插入2 次删除
  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
 {