cancel
Showing results for 
Search instead for 
Did you mean: 

Archives Discussions

pydeveloper94
Journeyman III

Does the AMD developer team have a valgrind suppression file for memcheck?

This Valgrind issue is described at http://developer.amd.com/resources/documentation-articles/knowledge-base/ In the article, it states,

The VALGRIND application verifying and debugging tool reports bugs in ACML that are false alarms. We believe this is due to one or more bugs in VALGRIND.Details and Recommendations

  • Conditional jump or move depends on uninitialised value(s)
  • Uninitialised value was created by a stack allocation


Has anyone in the community written a valgrind suppression file for this?

0 Likes
2 Replies
sudarshan
Staff

Hi,

AMD developer teams do not have Valgrind supression file. However you can disable the false leaks by enabling environment, ENABLE_CAL_SHUTDOWN = 1.

Hope this helps.

0 Likes
VincentSC
Adept II

It did not work for me under Linux. Also recently there are more problems and my suppression-file has grown. In my memory I did not see definite memory leaks before.

See StreamComputing | Valgrind suppression file for AMD64 on Linux for my suppression-file.

0 Likes