From 31c3eb29d48c99789a167732585803d2dff168a9 Mon Sep 17 00:00:00 2001 From: Branislav Brzak Date: Fri, 27 Sep 2024 10:45:24 +0000 Subject: [PATCH] SWDEV-487934 - Properly destroy shareable mem pool Change-Id: I6df15c0d463dd95237c5c51e8136d96ede3db4fe --- .../performance/stream/hipMemPoolImportFromShareableHandle.cc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/catch/performance/stream/hipMemPoolImportFromShareableHandle.cc b/catch/performance/stream/hipMemPoolImportFromShareableHandle.cc index d20f14304b..fd21bb8cf8 100644 --- a/catch/performance/stream/hipMemPoolImportFromShareableHandle.cc +++ b/catch/performance/stream/hipMemPoolImportFromShareableHandle.cc @@ -29,6 +29,7 @@ class MemPoolImportFromShareableHandleBenchmark : public Benchmark