* test fixes

* address PR comment

* PR comment fixing Nvidia pass

* add additional kernel launch checks

* pr comments


[ROCm/hip commit: c02b15fc7c]
Tento commit je obsažen v:
Paulius Velesko
2022-10-01 01:07:25 +03:00
odevzdal GitHub
rodič d133dafb5c
revize 8d371ed6b6
97 změnil soubory, kde provedl 183 přidání a 40 odebrání
+1
Zobrazit soubor
@@ -129,6 +129,7 @@ template <typename T, typename D> void testType(int msize) {
auto kernel = testOperationsGPU<T, D>;
hipLaunchKernelGGL(kernel, 1, msize, 0, 0, d_fa, d_fb, msize);
HIP_CHECK(hipGetLastError());
HIP_CHECK(hipMemcpy(fc, d_fa, sizeof(T) * msize, hipMemcpyDeviceToHost));