Skip to content

Commit ab20006

Browse files
committed
ignore overlap valgrind errors from onnx lib
1 parent f63f95f commit ab20006

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

opt/redis_valgrind.sup

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,13 @@
2626
obj:*/libtorch_cpu.so*
2727
}
2828

29+
{
30+
ignore_unversioned_libs
31+
Memcheck:Overlap
32+
...
33+
obj:*/libonnxruntime.so*
34+
}
35+
2936
{
3037
ignore_unversioned_libs
3138
Memcheck:Leak

0 commit comments

Comments
 (0)