|
@@ -48,6 +48,27 @@
|
|
|
}
|
|
|
|
|
|
{
|
|
|
+ We do not care about the race on the entry->mean variable, we only want a good-enough estimation.
|
|
|
+ Helgrind:Race
|
|
|
+ fun: _starpu_history_based_job_expected_perf
|
|
|
+ ...
|
|
|
+}
|
|
|
+
|
|
|
+{
|
|
|
+ We do not care about races on profiling statistics
|
|
|
+ Helgrind:Race
|
|
|
+ fun: starpu_profiling_status_get
|
|
|
+ ...
|
|
|
+}
|
|
|
+
|
|
|
+{
|
|
|
+ This is racy, but since we'll always put the same values, this is not a problem.
|
|
|
+ Helgrind:Race
|
|
|
+ fun: _starpu_codelet_check_deprecated_fields
|
|
|
+ ...
|
|
|
+}
|
|
|
+
|
|
|
+{
|
|
|
fscanf error
|
|
|
Memcheck:Cond
|
|
|
...
|
|
@@ -55,4 +76,3 @@
|
|
|
fun:_starpu_load_bus_performance_files
|
|
|
...
|
|
|
}
|
|
|
-
|