Просмотр исходного кода

hint to change the model symbol name

Samuel Thibault лет назад: 14
Родитель
Сommit
fae33ed81b
1 измененных файлов с 4 добавлено и 0 удалено
  1. 4 0
      doc/starpu.texi

+ 4 - 0
doc/starpu.texi

@@ -1248,6 +1248,10 @@ It will also save it in @code{~/.starpu/sampling/codelets}
 for further executions, and can be observed by using the
 @code{starpu_perfmodel_display} command. The models are indexed by machine name. To share the models between machines (e.g. for a homogeneous cluster), use @code{export STARPU_HOSTNAME=some_global_name}.  The following is a small code example.
 
+If e.g. the code is recompiled with other compilation options, or several
+variants of the code are used, the symbol string should be changed to reflect
+that, in order to recalibrate the model from zero.
+
 @cartouche
 @smallexample
 static struct starpu_perfmodel_t mult_perf_model = @{