SWDEV-294643 - [catch2][dtest] Migration of Malloc related files to Catch2 (#2314)

Migrated malloc related files under memory folder into catch2 framework

Change-Id: I5aa07fc8148bdf6bef135947091aaf1d3c54663b
This commit is contained in:
dkrottap
2021-08-19 10:29:07 +05:30
committed by GitHub
parent 6cc162f6cf
commit 05e230f5c1
16 changed files with 1551 additions and 84 deletions
@@ -610,8 +610,8 @@ void HipMemcpyWithStreamMultiThreadtests::TestkindHtoH(bool &val_res) {
HIPCHECK(hipStreamDestroy(stream));
}
TEST_CASE("Unit_hipMemcpyWithStream_NewMultiThread") {
const auto Threadcount{100};
TEST_CASE("Unit_hipMemcpyWithStream_MultiThread") {
const auto Threadcount{10};
bool ret_val[Threadcount];
std::thread th[Threadcount];
for (int op = static_cast<int>(ops::TestwithOnestream);