Cleaned up module api

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

Change-Id: I822ff63c7c5b7dad340ece49456baf9d89428e9f
This commit is contained in:
Aditya Atluri
2016-08-28 16:48:57 -05:00
parent 5551b6c2f6
commit 3d1bf4dbaf
4 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -1152,7 +1152,7 @@ hipError_t hipModuleGetGlobal(hipDeviceptr *dptr, size_t *bytes, hipModule_t hmo
hipError_t hipModuleLoadData(hipModule_t *module, const void *image);
hipError_t hipLaunchModuleKernel(hipFunction_t f,
hipError_t hipModuleLaunchKernel(hipFunction_t f,
unsigned int gridDimX,
unsigned int gridDimY,
unsigned int gridDimZ,