Add HIP init in hipFuncGetAttributes (#1262)
* Add HIP init in hipFuncGetAttributes
* [dtest]Remove explicit hip init call in hipFuncGetAttributes dtest
[ROCm/clr commit: c610159b85]
This commit is contained in:
committed by
Maneesh Gupta
parent
0e56fee8e8
commit
3b5dac1d9d
@@ -39,7 +39,6 @@ void fn(float* px, float* py)
|
||||
}
|
||||
|
||||
int main() {
|
||||
hipInit(0);
|
||||
|
||||
hipFuncAttributes attr{};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user