Procházet zdrojové kódy

update suppression

Samuel Thibault před 10 roky
rodič
revize
b834e556dd
2 změnil soubory, kde provedl 4 přidání a 1 odebrání
  1. 2 1
      src/sched_policies/parallel_heft.c
  2. 2 0
      tools/tsan/starpu.suppr

+ 2 - 1
src/sched_policies/parallel_heft.c

@@ -1,7 +1,7 @@
 /* StarPU --- Runtime system for heterogeneous multicore architectures.
  *
  * Copyright (C) 2012 INRIA
- * Copyright (C) 2010-2014  Université de Bordeaux
+ * Copyright (C) 2010-2015  Université de Bordeaux
  * Copyright (C) 2011  Télécom-SudParis
  *
  * StarPU is free software; you can redistribute it and/or modify
@@ -571,6 +571,7 @@ static void initialize_parallel_heft_policy(unsigned sched_ctx_id)
 	/* Tell helgrind that we are fine with getting outdated values when
 	 * estimating schedules */
 	STARPU_HG_DISABLE_CHECKING(worker_exp_start);
+	STARPU_HG_DISABLE_CHECKING(worker_exp_end);
 	STARPU_HG_DISABLE_CHECKING(worker_exp_len);
 	STARPU_HG_DISABLE_CHECKING(ntasks);
 }

+ 2 - 0
tools/tsan/starpu.suppr

@@ -1,6 +1,7 @@
 # Disabled checking
 race:^active_hook_cnt$
 race:^worker_exp_start$
+race:^worker_exp_end$
 race:^worker_exp_len$
 race:^ntasks$
 race:^mc_cache_size$
@@ -16,6 +17,7 @@ race:^miss_cnt$
 race:^alloc_cache_hit_cnt$
 race:^alloc_cnt$
 race:^comm_amount$
+race:^_starpu_valgrind_print_once$
 
 # don't care about cache hit stats
 race:^_starpu_msi_cache_hit$