Skip to content

Commit 621ddd5

Browse files
committed
Add unit tests for hipMemGetDefaultMemPool API
This change adds 2 new tests: - Unit_hipMemGetDefaultMemPool_Negative - Unit_hipMemGetDefaultMemPool_Basic Signed-off-by: Sebastian Luzynski <sebastian.luzynski@amd.com>
1 parent ff370e7 commit 621ddd5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

projects/hip-tests/catch/unit/memory/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,8 @@ set(TEST_SRC
211211
hipFreeMipmappedArray.cc
212212
hipHostAlloc.cc
213213
hipMemSetMemPool.cc
214-
hipMemGetMemPool.cc)
214+
hipMemGetMemPool.cc
215+
hipMemGetDefaultMemPool.cc)
215216

216217
if(HIP_PLATFORM MATCHES "amd")
217218
set(TEST_SRC

0 commit comments

Comments
 (0)