Sfoglia il codice sorgente

mention the memset example for regression-based performance models

Samuel Thibault 14 anni fa
parent
commit
b450abdf78
1 ha cambiato i file con 3 aggiunte e 1 eliminazioni
  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
 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
-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
 Provided explicitly by the application (STARPU_PER_ARCH model type): the