From 4e8767e7f5064bd6c565bca9599ef01da9a2173f Mon Sep 17 00:00:00 2001 From: foreman Date: Thu, 13 Jun 2019 13:00:48 -0400 Subject: [PATCH] P4 to Git Change 1815283 by gandryey@gera-win10 on 2019/06/12 15:26:45 SWDEV-180872 - Runtime support changes for Cooperative Group Features - Correct the name in the def files Affected files ... ... //depot/stg/opencl/drivers/opencl/api/hip/hip_hcc.def.in#17 edit ... //depot/stg/opencl/drivers/opencl/api/hip/hip_hcc.map.in#19 edit --- api/hip/hip_hcc.def.in | 2 +- api/hip/hip_hcc.map.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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;