starpu.suppr 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. {
  2. config.running is not racy from starpu_shutdown
  3. Helgrind:Race
  4. fun:starpu_shutdown
  5. ...
  6. }
  7. {
  8. config.running is not racy from _starpu_machine_is_running
  9. Helgrind:Race
  10. fun:_starpu_machine_is_running
  11. ...
  12. }
  13. {
  14. don't care about cache hit stats
  15. Helgrind:Race
  16. fun:_starpu_msi_cache_hit
  17. ...
  18. }
  19. {
  20. don't care about cache miss stats
  21. Helgrind:Race
  22. fun:_starpu_msi_cache_miss
  23. ...
  24. }
  25. {
  26. known race, but not problematic in practice, see comment in _starpu_tag_clear
  27. Helgrind:LockOrder
  28. ...
  29. fun:_starpu_tag_free
  30. fun:_starpu_htbl_clear_tags
  31. ...
  32. fun:_starpu_tag_clear
  33. fun:starpu_shutdown
  34. ...
  35. }
  36. {
  37. 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.
  38. Helgrind:Race
  39. fun:_starpu_release_data_on_node
  40. fun:_starpu_push_task_output
  41. ...
  42. }
  43. {
  44. fscanf error
  45. Memcheck:Cond
  46. ...
  47. fun:fscanf
  48. fun:_starpu_load_bus_performance_files
  49. ...
  50. }