Add HIP init in hipFuncGetAttributes (#1262)

* Add HIP init in hipFuncGetAttributes

* [dtest]Remove explicit hip init call in hipFuncGetAttributes dtest
Este commit está contenido en:
Rahul Garg
2019-07-31 08:42:08 -07:00
cometido por Maneesh Gupta
padre e1376699c3
commit 0517c30507
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
@@ -39,7 +39,6 @@ void fn(float* px, float* py)
}
int main() {
hipInit(0);
hipFuncAttributes attr{};