From d3bbe46d39557a1dc14d576d33112eb26c70932f Mon Sep 17 00:00:00 2001 From: foreman Date: Fri, 23 Aug 2019 19:46:27 -0400 Subject: [PATCH] P4 to Git Change 1988496 by cpaquot@cpaquot-ocl-lc-lnx on 2019/08/23 19:43:16 SWDEV-199002 - [HIP] Add hipExtLaunchMultiKernelMultiDevice to in files. Affected files ... ... //depot/stg/opencl/drivers/opencl/api/hip/hip_hcc.def.in#20 edit ... //depot/stg/opencl/drivers/opencl/api/hip/hip_hcc.map.in#22 edit --- api/hip/hip_hcc.def.in | 1 + api/hip/hip_hcc.map.in | 1 + 2 files changed, 2 insertions(+) diff --git a/api/hip/hip_hcc.def.in b/api/hip/hip_hcc.def.in index 46e17da04a..04e335d970 100644 --- a/api/hip/hip_hcc.def.in +++ b/api/hip/hip_hcc.def.in @@ -48,6 +48,7 @@ hipEventQuery hipEventRecord hipEventSynchronize hipExtGetLinkTypeAndHopCount +hipExtLaunchMultiKernelMultiDevice hipExtMallocWithFlags hipExtModuleLaunchKernel hipFree diff --git a/api/hip/hip_hcc.map.in b/api/hip/hip_hcc.map.in index 6e21de7978..25924c5362 100644 --- a/api/hip/hip_hcc.map.in +++ b/api/hip/hip_hcc.map.in @@ -49,6 +49,7 @@ global: hipEventRecord; hipEventSynchronize; hipExtGetLinkTypeAndHopCount; + hipExtLaunchMultiKernelMultiDevice; hipExtMallocWithFlags; hipExtModuleLaunchKernel; hipFree;