From 0a0d50354c5b6a6a3b11a36f87854390102904c0 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 [ROCm/hip-tests commit: 31c3eb29d48c99789a167732585803d2dff168a9] --- .../performance/stream/hipMemPoolImportFromShareableHandle.cc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/projects/hip-tests/catch/performance/stream/hipMemPoolImportFromShareableHandle.cc b/projects/hip-tests/catch/performance/stream/hipMemPoolImportFromShareableHandle.cc index d20f14304b..fd21bb8cf8 100644 --- a/projects/hip-tests/catch/performance/stream/hipMemPoolImportFromShareableHandle.cc +++ b/projects/hip-tests/catch/performance/stream/hipMemPoolImportFromShareableHandle.cc @@ -29,6 +29,7 @@ class MemPoolImportFromShareableHandleBenchmark : public Benchmark