Catch2 Test Fixes (#2961)

* test fixes

* address PR comment

* PR comment fixing Nvidia pass

* add additional kernel launch checks

* pr comments
このコミットが含まれているのは:
Paulius Velesko
2022-10-01 01:07:25 +03:00
committed by GitHub
コミット c02b15fc7c
97個のファイルの変更183行の追加40行の削除
+1
ファイルの表示
@@ -81,6 +81,7 @@ static void runTest(const int width, const int height, const float offsetX, cons
hipLaunchKernelGGL(tex2DKernel<normalizedCoords>, dimGrid, dimBlock, 0, 0, dData,
textureObject, width, height, offsetX, offsetY);
HIP_CHECK(hipGetLastError());
HIP_CHECK(hipDeviceSynchronize());