From b578ccfd778917c8f3b01aa4e0e3a411462444ad Mon Sep 17 00:00:00 2001
From: foreman
Date: Mon, 5 Jan 2015 10:06:36 -0500
Subject: [PATCH] P4 to Git Change 1108714 by rayxiao@alit_opencl_rayxiao on
2015/01/05 09:58:36
EPR #399415 - Move aclInsertKernelStatistics to utility library. aclutInsertKernelStatistics.
Affected files ...
... //depot/stg/opencl/drivers/opencl/api/opencl/amdocl/amdocl.def.in#11 edit
... //depot/stg/opencl/drivers/opencl/api/opencl/amdocl/amdocl.map.in#12 edit
... //depot/stg/opencl/drivers/opencl/compiler/lib/amdoclcl.def.in#9 edit
... //depot/stg/opencl/drivers/opencl/compiler/lib/amdoclcl.map.in#8 edit
... //depot/stg/opencl/drivers/opencl/compiler/lib/api/v0_8/acl.cpp#23 edit
... //depot/stg/opencl/drivers/opencl/compiler/lib/api/v0_8/aclKstatsSI.cpp#1 add
... //depot/stg/opencl/drivers/opencl/compiler/lib/api/v0_8/aclKstatsr800.cpp#1 add
... //depot/stg/opencl/drivers/opencl/compiler/lib/backends/gpu/scwrapper/devState.cpp#23 edit
... //depot/stg/opencl/drivers/opencl/compiler/lib/backends/gpu/scwrapper/devState.h#7 edit
... //depot/stg/opencl/drivers/opencl/compiler/lib/include/v0_8/acl.h#7 edit
... //depot/stg/opencl/drivers/opencl/compiler/lib/include/v0_8/aclEnums.h#15 edit
... //depot/stg/opencl/drivers/opencl/compiler/lib/include/v0_8/aclStructs.h#14 edit
... //depot/stg/opencl/drivers/opencl/compiler/lib/loaders/bif/bifinternal.hpp#8 edit
... //depot/stg/opencl/drivers/opencl/compiler/lib/utils/bif_section_labels.hpp#18 edit
... //depot/stg/opencl/drivers/opencl/compiler/lib/utils/v0_8/libUtils.cpp#5 edit
... //depot/stg/opencl/drivers/opencl/compiler/lib/utils/v0_8/libUtils.h#14 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpuscsi.cpp#27 edit
... //depot/stg/opencl/drivers/opencl/tests/ocltst/module/complib/CLEnumCheck.cpp#39 edit
... //depot/stg/opencl/drivers/opencl/tests/ocltst/module/complib/aclAPI.cpp#18 edit
... //depot/stg/opencl/drivers/opencl/tests/ocltst/module/complib/aclAPI.hpp#3 edit
---
opencl/api/opencl/amdocl/amdocl.def.in | 1 +
opencl/api/opencl/amdocl/amdocl.map.in | 2 ++
2 files changed, 3 insertions(+)
diff --git a/opencl/api/opencl/amdocl/amdocl.def.in b/opencl/api/opencl/amdocl/amdocl.def.in
index 7b2fafe715..263a67382b 100644
--- a/opencl/api/opencl/amdocl/amdocl.def.in
+++ b/opencl/api/opencl/amdocl/amdocl.def.in
@@ -153,6 +153,7 @@ aclRetrieveType
aclSetType
aclConvertType
aclDisassemble
+aclInsertKernelStatistics
aclGetDeviceBinary
aclDumpBinary
_aclHsaLoader
diff --git a/opencl/api/opencl/amdocl/amdocl.map.in b/opencl/api/opencl/amdocl/amdocl.map.in
index a552b7d896..4b2afbba1a 100644
--- a/opencl/api/opencl/amdocl/amdocl.map.in
+++ b/opencl/api/opencl/amdocl/amdocl.map.in
@@ -114,6 +114,7 @@ global:
aclInsertSymbol;
aclRemoveSymbol;
aclCompile;
+ aclInsertKernelStatistics;
aclDisassemble;
_aclHsaLoader;
} OPENCL_1.0;
@@ -241,6 +242,7 @@ global:
aclSetType;
aclConvertType;
aclDisassemble;
+ aclInsertKernelStatistics;
aclGetDeviceBinary;
aclDumpBinary;
_aclHsaLoader;