浏览代码

advise to use --enable-fast for really small tasks

Samuel Thibault 9 年之前
父节点
当前提交
c2a86757da
共有 1 个文件被更改,包括 8 次插入2 次删除
  1. 8 2
      doc/doxygen/chapters/05check_list_performance.doxy

+ 8 - 2
doc/doxygen/chapters/05check_list_performance.doxy

@@ -10,10 +10,16 @@
 
 TODO: improve!
 
-Simply encapsulating application kernels into tasks already permits to
-seamlessly support CPU and GPUs at the same time. To achieve good
+To achieve good
 performance, we give below a list of features which should be checked.
 
+\section ConfigurationImprovePerformance Configuration That May Improve Performance
+
+The \ref enable-fast "--enable-fast" configuration option disables all
+assertions. This makes starpu more performant for really small tasks by
+disabling all sanity checks. Only use this for measurements and production, not for development, since this will drop all basic checks.
+
+
 \section DataRelatedFeaturesToImprovePerformance Data Related Features That May Improve Performance
 
 link to \ref DataManagement