- Moved HIP_INIT_API from internal to all public apis
- renamed hipLaunchModuleKernel to hipModuleLaunchKernel
- Changed tests according to the changed api

Change-Id: I822ff63c7c5b7dad340ece49456baf9d89428e9f


[ROCm/clr commit: 71991ed8f8]
Цей коміт міститься в:
Aditya Atluri
2016-08-28 16:48:57 -05:00
джерело 713eb5636d
коміт 9fe6924154
4 змінених файлів з 11 додано та 11 видалено
+1 -1
Переглянути файл
@@ -71,7 +71,7 @@ int main(){
HIP_LAUNCH_PARAM_END
};
hipLaunchModuleKernel(Function, 1, 1, 1, LEN, 1, 1, 0, stream, NULL, (void**)&config);
hipModuleLaunchKernel(Function, 1, 1, 1, LEN, 1, 1, 0, stream, NULL, (void**)&config);
hipStreamDestroy(stream);