From 235def5d299d9c2229e29f4ae5e232ba2f9a165b 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 [ROCm/clr commit: c07510d622f2ce57b61119ed9c28b7648d81c935] --- projects/clr/hipamd/api/hip/hip_hcc.def.in | 2 +- projects/clr/hipamd/api/hip/hip_hcc.map.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/projects/clr/hipamd/api/hip/hip_hcc.def.in b/projects/clr/hipamd/api/hip/hip_hcc.def.in index 81f51c34f7..478b4a277c 100644 --- a/projects/clr/hipamd/api/hip/hip_hcc.def.in +++ b/projects/clr/hipamd/api/hip/hip_hcc.def.in @@ -127,7 +127,7 @@ hipStreamSynchronize hipStreamWaitEvent __hipRegisterFatBinary __hipRegisterFunction -__hipRegisterVariable +__hipRegisterVar __hipUnregisterFatBinary hipConfigureCall hipSetupArgument diff --git a/projects/clr/hipamd/api/hip/hip_hcc.map.in b/projects/clr/hipamd/api/hip/hip_hcc.map.in index 4114cfe1d9..25e9844e94 100644 --- a/projects/clr/hipamd/api/hip/hip_hcc.map.in +++ b/projects/clr/hipamd/api/hip/hip_hcc.map.in @@ -128,7 +128,7 @@ global: hipStreamWaitEvent; __hipRegisterFatBinary; __hipRegisterFunction; - __hipRegisterVariable; + __hipRegisterVar; __hipUnregisterFatBinary; hipConfigureCall; hipSetupArgument;