diff --git a/api/hip/hip_hcc.def.in b/api/hip/hip_hcc.def.in index f33515ec18..3c1a05716f 100644 --- a/api/hip/hip_hcc.def.in +++ b/api/hip/hip_hcc.def.in @@ -113,7 +113,7 @@ hipModuleGetGlobal hipModuleLaunchKernel hipModuleLaunchKernelExt hipLaunchCooperativeKernel -hipLaunchCooperativeMultiDeviceKernel +hipLaunchCooperativeKernelMultiDevice hipHccModuleLaunchKernel hipModuleLoad hipModuleLoadData diff --git a/api/hip/hip_hcc.map.in b/api/hip/hip_hcc.map.in index fc8a302b2a..624761944d 100644 --- a/api/hip/hip_hcc.map.in +++ b/api/hip/hip_hcc.map.in @@ -114,7 +114,7 @@ global: hipModuleLaunchKernel; hipModuleLaunchKernelExt; hipLaunchCooperativeKernel; - hipLaunchCooperativeMultiDeviceKernel; + hipLaunchCooperativeKernelMultiDevice; hipModuleLoad; hipModuleLoadData; hipModuleUnload;