ddff965589
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
106 라인
2.0 KiB
Plaintext
106 라인
2.0 KiB
Plaintext
ACL_API_0.8 {
|
|
global:
|
|
oclCompilerInit;
|
|
oclCompilerFini;
|
|
oclCompilerVersion;
|
|
oclVersionSize;
|
|
oclCompileSource;
|
|
oclCompileSourceToIR;
|
|
oclCompileIRToIL;
|
|
oclCompileILToISA;
|
|
oclCompileBinary;
|
|
oclGetCompilerLog;
|
|
oclGetArchInfo;
|
|
oclGetDeviceInfo;
|
|
oclGetTargetInfo;
|
|
oclGetArchitecture;
|
|
oclGetFamily;
|
|
oclGetChip;
|
|
readOclElfFromFile;
|
|
readOclElfFromMem;
|
|
writeOclElfToFile;
|
|
writeOclElfToMem;
|
|
createElfFromElf;
|
|
getBIFVersion;
|
|
constructOclElf;
|
|
destructOclElf;
|
|
elfInsertSection;
|
|
elfExtractSection;
|
|
elfInsertSymbol;
|
|
elfExtractSymbol;
|
|
oclirSetType;
|
|
oclirRetrieveType;
|
|
oclirLink;
|
|
oclhsaCompileSource;
|
|
oclhsaCompileBinary;
|
|
oclhsaSetType;
|
|
oclhsaRetrieveType;
|
|
oclhsaConvertType;
|
|
oclilCompileSource;
|
|
oclilCompileBinary;
|
|
oclilSetType;
|
|
oclilRetrieveType;
|
|
oclilConvertType;
|
|
oclisaDisassemble;
|
|
oclisaGetBinaryBlob;
|
|
rtGetInfo;
|
|
aclCompilerInit;
|
|
aclCompilerFini;
|
|
aclCompilerVersion;
|
|
aclVersionSize;
|
|
aclGetErrorString;
|
|
aclGetArchInfo;
|
|
aclGetFamilyInfo;
|
|
aclGetDeviceInfo;
|
|
aclGetAsicInfo;
|
|
aclGetTargetInfo;
|
|
aclGetArchitecture;
|
|
aclGetFamily;
|
|
aclGetChip;
|
|
aclGetAsic;
|
|
aclBinaryInit;
|
|
aclBinaryFini;
|
|
aclReadFromFile;
|
|
aclReadFromMem;
|
|
aclWriteToFile;
|
|
aclWriteToMem;
|
|
aclCreateFromBinary;
|
|
aclBinaryVersion;
|
|
aclInsertSection;
|
|
aclRemoveSection;
|
|
aclExtractSection;
|
|
aclInsertSymbol;
|
|
aclRemoveSymbol;
|
|
aclExtractSymbol;
|
|
aclQueryInfo;
|
|
aclDbgAddArgument;
|
|
aclDbgRemoveArgument;
|
|
aclCompile;
|
|
aclLink;
|
|
aclGetCompilerLog;
|
|
aclRetrieveType;
|
|
aclSetType;
|
|
aclConvertType;
|
|
aclDisassemble;
|
|
aclInsertKernelStatistics;
|
|
aclGetDeviceBinary;
|
|
aclLoader_OnLoad;
|
|
aclLoader_OnUnload;
|
|
aclJITObjectImageCreate;
|
|
aclJITObjectImageCopy;
|
|
aclJITObjectImageDestroy;
|
|
aclJITObjectImageFinalize;
|
|
aclJITObjectImageSize;
|
|
aclJITObjectImageData;
|
|
aclJITObjectImageDisassembleKernel;
|
|
aclJITObjectImageIterateSymbols;
|
|
aclJITObjectImageGetGlobalsSize;
|
|
#if defined(WITH_TARGET_HSAIL)
|
|
_aclHsaLoader;
|
|
#endif
|
|
#if defined(OPENCL_MAINLINE)
|
|
local:
|
|
*;
|
|
#endif
|
|
};
|