|
|
@@ -1,6 +1,6 @@
|
|
|
# StarPU --- Runtime system for heterogeneous multicore architectures.
|
|
|
#
|
|
|
-# Copyright (C) 2015-2016 Université de Bordeaux
|
|
|
+# Copyright (C) 2015-2017 Université de Bordeaux
|
|
|
#
|
|
|
# StarPU is free software; you can redistribute it and/or modify
|
|
|
# it under the terms of the GNU Lesser General Public License as published by
|
|
|
@@ -37,6 +37,8 @@ race:^_starpu_silent$
|
|
|
race:^keys_initialized$
|
|
|
race:^tidying$
|
|
|
race:^reclaiming$
|
|
|
+race:^_starpu_worker_drives_memory$
|
|
|
+race:^starpu_memory_get_total$
|
|
|
|
|
|
# don't care about cache hit stats
|
|
|
race:^_starpu_msi_cache_hit$
|
|
|
@@ -49,6 +51,7 @@ race:^_starpu_codelet_check_deprecated_fields$
|
|
|
race:^starpu_task_nsubmitted$
|
|
|
race:^starpu_task_nready$
|
|
|
race:^_starpu_bus_update_profiling_info$
|
|
|
+race:^lws_select_victim$
|
|
|
|
|
|
# The config.running/pause_depth state is only protected by memory barriers
|
|
|
race:^_starpu_machine_is_running$
|