Catch2 Test Fixes (#2961)

* test fixes

* address PR comment

* PR comment fixing Nvidia pass

* add additional kernel launch checks

* pr comments
Bu işleme şunda yer alıyor:
Paulius Velesko
2022-10-01 01:07:25 +03:00
işlemeyi yapan: GitHub
ebeveyn 2c35e99c9d
işleme c02b15fc7c
97 değiştirilmiş dosya ile 183 ekleme ve 40 silme
+1
Dosyayı Görüntüle
@@ -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());