From 7006bdb0b86759b97ee67e369890bca17fddb8ee Mon Sep 17 00:00:00 2001
From: foreman
Date: Wed, 18 Jul 2018 17:51:20 -0400
Subject: [PATCH] P4 to Git Change 1582432 by cpaquot@cpaquot-ocl-lc-lnx on
2018/07/18 17:16:05
SWDEV-145570 - [HIP] Fixed __hipRegisterVariable to __hipRegisterVar
Affected files ...
... //depot/stg/opencl/drivers/opencl/api/hip/hip_hcc.def.in#7 edit
... //depot/stg/opencl/drivers/opencl/api/hip/hip_hcc.map.in#7 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 81f51c34f7..478b4a277c 100644
--- a/api/hip/hip_hcc.def.in
+++ b/api/hip/hip_hcc.def.in
@@ -127,7 +127,7 @@ hipStreamSynchronize
hipStreamWaitEvent
__hipRegisterFatBinary
__hipRegisterFunction
-__hipRegisterVariable
+__hipRegisterVar
__hipUnregisterFatBinary
hipConfigureCall
hipSetupArgument
diff --git a/api/hip/hip_hcc.map.in b/api/hip/hip_hcc.map.in
index 4114cfe1d9..25e9844e94 100644
--- a/api/hip/hip_hcc.map.in
+++ b/api/hip/hip_hcc.map.in
@@ -128,7 +128,7 @@ global:
hipStreamWaitEvent;
__hipRegisterFatBinary;
__hipRegisterFunction;
- __hipRegisterVariable;
+ __hipRegisterVar;
__hipUnregisterFatBinary;
hipConfigureCall;
hipSetupArgument;