浏览代码

mention starpu_regression_display

Samuel Thibault 14 年之前
父节点
当前提交
756a36033a
共有 1 个文件被更改,包括 5 次插入1 次删除
  1. 5 1
      doc/starpu.texi

+ 5 - 1
doc/starpu.texi

@@ -1278,7 +1278,7 @@ execution times. STARPU_REGRESSION_BASED uses an a*n^b regression
 form, STARPU_NL_REGRESSION_BASED uses an a*n^b+c (more precise than
 form, STARPU_NL_REGRESSION_BASED uses an a*n^b+c (more precise than
 STARPU_REGRESSION_BASED, but costs a lot more to compute). For instance,
 STARPU_REGRESSION_BASED, but costs a lot more to compute). For instance,
 @code{tests/perfmodels/regression_based.c} uses a regression-based performance
 @code{tests/perfmodels/regression_based.c} uses a regression-based performance
-model for the @code{memset} operation
+model for the @code{memset} operation.
 
 
 @item
 @item
 Provided explicitly by the application (STARPU_PER_ARCH model type): the
 Provided explicitly by the application (STARPU_PER_ARCH model type): the
@@ -2097,6 +2097,10 @@ execution, the GPUs are about 20 times faster than the CPUs (numbers are in
 us). The standard deviation is extremely low for the GPUs, and less than 10% for
 us). The standard deviation is extremely low for the GPUs, and less than 10% for
 CPUs.
 CPUs.
 
 
+The @code{starpu_regression_display} tool does the same for regression-based
+performance models. It also writes a @code{.gp} file in the current directory,
+to be run in the @code{gnuplot} tool, which shows the corresponding curve.
+
 @c ---------------------------------------------------------------------
 @c ---------------------------------------------------------------------
 @c MPI support
 @c MPI support
 @c ---------------------------------------------------------------------
 @c ---------------------------------------------------------------------