ctest of batched_gemm returns 0 or 1 (#149)

* ctest of batched_gemm returns 0 or 1

* minor change
This commit is contained in:
Jianfeng Yan
2022-03-24 19:38:02 -05:00
committed by GitHub
parent 3ba149328f
commit 313bbea588
2 changed files with 11 additions and 13 deletions

View File

@@ -14,12 +14,8 @@ int main(int argc, char** argv)
(void)argc;
(void)argv;
{
traverse_using_space_filling_curve();
auto err = hipDeviceSynchronize();
(void)err;
assert(err == hipSuccess);
}
traverse_using_space_filling_curve();
return 0;
}