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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user