Add HIP init in hipFuncGetAttributes (#1262)

* Add HIP init in hipFuncGetAttributes

* [dtest]Remove explicit hip init call in hipFuncGetAttributes dtest


[ROCm/hip commit: 0517c30507]
This commit is contained in:
Rahul Garg
2019-07-31 08:42:08 -07:00
zatwierdzone przez Maneesh Gupta
rodzic 0cb7c0c369
commit d7973153ca
2 zmienionych plików z 2 dodań i 2 usunięć
@@ -39,7 +39,6 @@ void fn(float* px, float* py)
}
int main() {
hipInit(0);
hipFuncAttributes attr{};