|
@@ -2223,7 +2223,7 @@ regression.
|
|
|
@end deftp
|
|
|
|
|
|
@deftypefun int starpu_perfmodel_load_symbol ({const char} *@var{symbol}, {struct starpu_perfmodel} *@var{model})
|
|
|
-loads a given performance model. The @var{model} structure has to be completely zero, and will be filled with the information saved in @code{$HOME/.starpu} (@code{$USERPROFILE/.starpu} in windows environments).
|
|
|
+loads a given performance model. The @var{model} structure has to be completely zero, and will be filled with the information saved in @code{$STARPU_HOME/.starpu}.
|
|
|
@end deftypefun
|
|
|
|
|
|
@deftypefun void starpu_perfmodel_debugfilepath ({struct starpu_perfmodel} *@var{model}, {enum starpu_perf_archtype} @var{arch}, char *@var{path}, size_t @var{maxlen}, unsigned nimpl)
|
|
@@ -2657,8 +2657,7 @@ to the empty string.
|
|
|
Compile the OpenCL kernel stored in the file @code{source_file_name}
|
|
|
with the given options @code{build_options} and stores the result in
|
|
|
the directory @code{$STARPU_HOME/.starpu/opencl} with the same
|
|
|
-filename as @code{source_file_name} (@code{$USERPROFILE/.starpu/opencl} in
|
|
|
-windows environments). The compilation is done for every
|
|
|
+filename as @code{source_file_name}. The compilation is done for every
|
|
|
OpenCL device, and the filename is suffixed with the vendor id and the
|
|
|
device id of the OpenCL device.
|
|
|
@end deftypefun
|
|
@@ -2667,7 +2666,7 @@ device id of the OpenCL device.
|
|
|
Compile the OpenCL kernel in the string @code{opencl_program_source}
|
|
|
with the given options @code{build_options} and stores the result in
|
|
|
the directory @code{$STARPU_HOME/.starpu/opencl}
|
|
|
-(@code{$USERPROFILE/.starpu/opencl} in windows environments) with the filename
|
|
|
+with the filename
|
|
|
@code{file_name}. The compilation is done for every
|
|
|
OpenCL device, and the filename is suffixed with the vendor id and the
|
|
|
device id of the OpenCL device.
|