Catch2 Test Fixes (#2961)

* test fixes

* address PR comment

* PR comment fixing Nvidia pass

* add additional kernel launch checks

* pr comments


[ROCm/hip-tests commit: da453211ed]
이 커밋은 다음에 포함됨:
Paulius Velesko
2022-10-01 01:07:25 +03:00
커밋한 사람 GitHub
부모 c9c04d65da
커밋 65a428aaff
94개의 변경된 파일177개의 추가작업 그리고 34개의 파일을 삭제
+1 -1
파일 보기
@@ -65,7 +65,7 @@ TEST_CASE("Unit_hipEventIpc") {
hipLaunchKernelGGL(HipTest::vectorADD, dim3(blocks), dim3(threadsPerBlock), 0, 0,
static_cast<const float*>(A_d), static_cast<const float*>(B_d), C_d, N);
HIP_CHECK(hipGetLastError());
HIP_CHECK(hipEventRecord(stop, NULL));
HIP_CHECK(hipEventSynchronize(stop));