starpu.suppr 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214
  1. # StarPU --- Runtime system for heterogeneous multicore architectures.
  2. #
  3. # Copyright (C) 2012-2021 Université de Bordeaux, CNRS (LaBRI UMR 5800), Inria
  4. #
  5. # StarPU is free software; you can redistribute it and/or modify
  6. # it under the terms of the GNU Lesser General Public License as published by
  7. # the Free Software Foundation; either version 2.1 of the License, or (at
  8. # your option) any later version.
  9. #
  10. # StarPU is distributed in the hope that it will be useful, but
  11. # WITHOUT ANY WARRANTY; without even the implied warranty of
  12. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  13. #
  14. # See the GNU Lesser General Public License in COPYING.LGPL for more details.
  15. #
  16. {
  17. don't care about cache hit stats
  18. Helgrind:Race
  19. fun:_starpu_msi_cache_hit
  20. ...
  21. }
  22. {
  23. don't care about cache miss stats
  24. Helgrind:Race
  25. fun:_starpu_msi_cache_miss
  26. ...
  27. }
  28. {
  29. don't care about data status query race, this is just a hint
  30. Helgrind:Race
  31. fun:starpu_data_query_status
  32. ...
  33. }
  34. {
  35. known race, but not problematic in practice, see comment in _starpu_tag_clear
  36. Helgrind:LockOrder
  37. ...
  38. fun:_starpu_tag_free
  39. fun:_starpu_htbl_clear_tags
  40. ...
  41. fun:_starpu_tag_clear
  42. fun:starpu_shutdown
  43. ...
  44. }
  45. {
  46. There is actually no race on current_mode, because the mode can not change unexpectedly, until _starpu_notify_data_dependencies() is called further down. Valgrind can not know about such software rwlock.
  47. Helgrind:Race
  48. fun:_starpu_release_data_on_node
  49. fun:_starpu_push_task_output
  50. ...
  51. }
  52. {
  53. We do not care about races on profiling statistics
  54. Helgrind:Race
  55. fun:_starpu_worker_get_status
  56. fun:_starpu_worker_reset_profiling_info_with_lock
  57. ...
  58. }
  59. {
  60. This is racy, but since we'll always put the same values, this is not a problem.
  61. Helgrind:Race
  62. fun:_starpu_codelet_check_deprecated_fields
  63. ...
  64. }
  65. {
  66. This is racy, but we don't care, it's only a statistic
  67. Helgrind:Race
  68. fun:starpu_task_nsubmitted
  69. ...
  70. }
  71. {
  72. This is racy, but we don't care, it's only a statistic
  73. Helgrind:Race
  74. fun:starpu_task_nready
  75. ...
  76. }
  77. {
  78. This is racy, but we don't care, it's only a statistic
  79. Helgrind:Race
  80. fun:_starpu_bus_update_profiling_info
  81. ...
  82. }
  83. {
  84. fscanf error
  85. Memcheck:Cond
  86. ...
  87. fun:fscanf
  88. fun:_starpu_load_bus_performance_files
  89. ...
  90. }
  91. {
  92. locking order. It's not a problem when it's a trylock... but helgrind doesn't handle that :/ https://bugs.kde.org/show_bug.cgi?id=243232
  93. Helgrind:LockOrder
  94. fun:mutex_trylock_WRK
  95. ...
  96. }
  97. {
  98. locking order. It's not a problem when it's a trylock... but helgrind doesn't handle that :/ https://bugs.kde.org/show_bug.cgi?id=243232
  99. Helgrind:LockOrder
  100. fun:pthread_rwlock_trywrlock_WRK
  101. ...
  102. }
  103. {
  104. locking order. It's not a problem when it's a trylock... but helgrind doesn't handle that :/ https://bugs.kde.org/show_bug.cgi?id=243232
  105. Helgrind:LockOrder
  106. fun:pthread_rwlock_tryrdlock_WRK
  107. ...
  108. }
  109. {
  110. mc / handle locking order1
  111. Helgrind:LockOrder
  112. ...
  113. fun:__starpu_spin_lock
  114. fun:try_to_free_mem_chunk
  115. ...
  116. }
  117. {
  118. mc / handle locking order1
  119. Helgrind:LockOrder
  120. ...
  121. fun:__starpu_spin_lock
  122. fun:try_to_throw_mem_chunk
  123. ...
  124. }
  125. {
  126. mc / handle locking order2
  127. Helgrind:LockOrder
  128. ...
  129. fun:__starpu_spin_lock
  130. fun:try_to_find_reusable_mem_chunk
  131. ...
  132. }
  133. {
  134. mc / handle locking order2
  135. Helgrind:LockOrder
  136. ...
  137. fun:__starpu_spin_lock
  138. fun:try_to_find_reusable_mc
  139. ...
  140. }
  141. {
  142. mc / handle locking order3
  143. Helgrind:LockOrder
  144. ...
  145. fun:__starpu_spin_lock
  146. fun:free_potentially_in_use_mc
  147. ...
  148. }
  149. {
  150. mc / handle locking order4
  151. Helgrind:LockOrder
  152. ...
  153. fun:__starpu_spin_lock
  154. fun:free_potentially_in_use_mc
  155. ...
  156. }
  157. {
  158. mc / handle locking order5
  159. Helgrind:LockOrder
  160. ...
  161. fun:__starpu_spin_lock
  162. fun:register_mem_chunk
  163. ...
  164. }
  165. {
  166. mc / handle locking order6
  167. Helgrind:LockOrder
  168. ...
  169. fun:__starpu_spin_lock
  170. fun:_starpu_request_mem_chunk_removal
  171. ...
  172. }
  173. {
  174. mc / handle locking order7
  175. Helgrind:LockOrder
  176. ...
  177. fun:__starpu_spin_lock
  178. fun:_starpu_allocate_interface
  179. ...
  180. }
  181. {
  182. mc / handle locking order8
  183. Helgrind:LockOrder
  184. ...
  185. fun:__starpu_spin_lock
  186. fun:_starpu_memchunk_recently_used
  187. ...
  188. }