Explorar o código

Really try to suppress the eager race

Samuel Thibault %!s(int64=12) %!d(string=hai) anos
pai
achega
917897fa27
Modificáronse 1 ficheiros con 9 adicións e 1 borrados
  1. 9 1
      tools/valgrind/starpu.suppr

+ 9 - 1
tools/valgrind/starpu.suppr

@@ -94,8 +94,16 @@
 {
    This is racy, but we don't care, if the function was called a bit earlier we would have had a different value
    Helgrind:Race
-   fun:  _starpu_fifo_empty
+   fun: _starpu_fifo_empty
    fun: pop_task_eager_policy
    ...
 }
 
+{
+   This is the counterpart of the suppression above
+   Helgrind:Race
+   fun: _starpu_fifo_push_task
+   fun: push_task_eager_policy
+   ...
+}
+