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


[ROCm/hip commit: 3d1bf4dbaf]
Bu işleme şunda yer alıyor:
Aditya Atluri
2016-08-28 16:48:57 -05:00
ebeveyn 0b733e05eb
işleme 874d04291b
4 değiştirilmiş dosya ile 11 ekleme ve 11 silme
+1 -1
Dosyayı Görüntüle
@@ -24,7 +24,7 @@ THE SOFTWARE.
#define fileName "vcpy_isa.co"
int main(){
hipModule module;
hipModule_t module;
hipModuleLoad(&module, fileName);
hipModuleUnload(module);
}