SWDEV-1 - Fix hipMemPoolTrimTo failing tests (#2628)
This commit is contained in:
@@ -177,8 +177,8 @@ static bool checkhipMemPoolTrimTo(hipStream_t stream, int N, int dev = 0) {
|
||||
testObj.transferFromMempool(stream);
|
||||
testObj.freeDevBuf(stream);
|
||||
// verify and validate
|
||||
REQUIRE(true == testObj.validateResult());
|
||||
HIP_CHECK(hipStreamSynchronize(stream));
|
||||
REQUIRE(true == testObj.validateResult());
|
||||
}
|
||||
HIP_CHECK(hipMemPoolDestroy(mem_pool));
|
||||
return true;
|
||||
|
||||
مرجع در شماره جدید
Block a user