Modified tests as per review

Este commit está contenido en:
Phaneendr-kumar Lanka
2017-11-06 15:13:36 +05:30
padre 093279b10b
commit 9ee330451a
Se han modificado 4 ficheros con 33 adiciones y 18 borrados
@@ -70,6 +70,12 @@ int main()
HIPCHECK (hipDeviceSynchronize());
HIPCHECK (hipStreamSynchronize(s));
HipTest::checkVectorADD(A_h, B_h, C_h, N);
HIPCHECK(hipStreamDestroy(s));
HipTest::freeArrays(A_d, B_d, C_d, A_h, B_h, C_h, false);
HIPCHECK(hipFree(X_d));
HIPCHECK(hipFree(Y_d));
HIPCHECK(hipFree(Z_d));
}
passed();