Add HIP init in hipFuncGetAttributes (#1262)

* Add HIP init in hipFuncGetAttributes

* [dtest]Remove explicit hip init call in hipFuncGetAttributes dtest
此提交包含在:
Rahul Garg
2019-07-31 08:42:08 -07:00
提交者 Maneesh Gupta
父節點 e1376699c3
當前提交 0517c30507
共有 2 個檔案被更改,包括 2 行新增2 行删除
-1
查看文件
@@ -39,7 +39,6 @@ void fn(float* px, float* py)
}
int main() {
hipInit(0);
hipFuncAttributes attr{};