From 7fc332833a22d96a2f63f7efd27655db02f84bfe 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
[ROCm/hip commit: d3bbe46d39557a1dc14d576d33112eb26c70932f]
---
projects/hip/api/hip/hip_hcc.def.in | 1 +
projects/hip/api/hip/hip_hcc.map.in | 1 +
2 files changed, 2 insertions(+)
diff --git a/projects/hip/api/hip/hip_hcc.def.in b/projects/hip/api/hip/hip_hcc.def.in
index 46e17da04a..04e335d970 100644
--- a/projects/hip/api/hip/hip_hcc.def.in
+++ b/projects/hip/api/hip/hip_hcc.def.in
@@ -48,6 +48,7 @@ hipEventQuery
hipEventRecord
hipEventSynchronize
hipExtGetLinkTypeAndHopCount
+hipExtLaunchMultiKernelMultiDevice
hipExtMallocWithFlags
hipExtModuleLaunchKernel
hipFree
diff --git a/projects/hip/api/hip/hip_hcc.map.in b/projects/hip/api/hip/hip_hcc.map.in
index 6e21de7978..25924c5362 100644
--- a/projects/hip/api/hip/hip_hcc.map.in
+++ b/projects/hip/api/hip/hip_hcc.map.in
@@ -49,6 +49,7 @@ global:
hipEventRecord;
hipEventSynchronize;
hipExtGetLinkTypeAndHopCount;
+ hipExtLaunchMultiKernelMultiDevice;
hipExtMallocWithFlags;
hipExtModuleLaunchKernel;
hipFree;