Преглед изворни кода

mention the memset example for regression-based performance models

Samuel Thibault пре 14 година
родитељ
комит
b450abdf78
1 измењених фајлова са 3 додато и 1 уклоњено
  1. 3 1
      doc/starpu.texi

+ 3 - 1
doc/starpu.texi

@@ -1276,7 +1276,9 @@ model type). This still assumes performance regularity, but can work
 with various data input sizes, by applying regression over observed
 with various data input sizes, by applying regression over observed
 execution times. STARPU_REGRESSION_BASED uses an a*n^b regression
 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)
+STARPU_REGRESSION_BASED, but costs a lot more to compute). For instance,
+@code{tests/perfmodels/regression_based.c} uses a regression-based performance
+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