Skip to content

Commit

Permalink
Merge pull request #5990 from yosefe/topic/contrib-add-valgrind-suppr…
Browse files Browse the repository at this point in the history
…ession-for-rdma-create

CONTRIB: Add valgrind suppression for rdma_create_event_channel
  • Loading branch information
yosefe authored Dec 6, 2020
2 parents 251c382 + c4d108b commit a230167
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions contrib/valgrind.supp
Original file line number Diff line number Diff line change
Expand Up @@ -287,3 +287,9 @@
...
fun:cudaGetDeviceCount
}
{
rdmacm_event_channel
Memcheck:Leak
...
fun:rdma_create_event_channel
}

0 comments on commit a230167

Please sign in to comment.