a35c12208d
SWDEV-144570 - Implementation of hipMemcpyToSymbol, hipMemcpyFromSymbol, hipMemcpyToSymbolAsync, hipMemcpyFromSymbolAsync, hipGetSymbolAddress, hipModuleGetGlobal Affected files ... ... //depot/stg/opencl/drivers/opencl/api/hip/hip_hcc.def.in#12 edit ... //depot/stg/opencl/drivers/opencl/api/hip/hip_hcc.map.in#13 edit ... //depot/stg/opencl/drivers/opencl/api/hip/hip_internal.hpp#23 edit ... //depot/stg/opencl/drivers/opencl/api/hip/hip_memory.cpp#45 edit ... //depot/stg/opencl/drivers/opencl/api/hip/hip_module.cpp#21 edit ... //depot/stg/opencl/drivers/opencl/api/hip/hip_platform.cpp#22 edit ... //depot/stg/opencl/drivers/opencl/runtime/device/devprogram.hpp#20 edit ... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocprogram.cpp#101 edit ... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocprogram.hpp#45 edit
176 lines
4.1 KiB
Plaintext
176 lines
4.1 KiB
Plaintext
HIP_1.0 {
|
|
global:
|
|
hipChooseDevice;
|
|
hipCtxCreate;
|
|
hipCtxDestroy;
|
|
hipCtxDisablePeerAccess;
|
|
hipCtxEnablePeerAccess;
|
|
hipCtxGetApiVersion;
|
|
hipCtxGetCacheConfig;
|
|
hipCtxGetCurrent;
|
|
hipCtxGetDevice;
|
|
hipCtxGetFlags;
|
|
hipCtxGetSharedMemConfig;
|
|
hipCtxPopCurrent;
|
|
hipCtxPushCurrent;
|
|
hipCtxSetCacheConfig;
|
|
hipCtxSetCurrent;
|
|
hipCtxSetSharedMemConfig;
|
|
hipCtxSynchronize;
|
|
hipDeviceCanAccessPeer;
|
|
hipDeviceComputeCapability;
|
|
hipDeviceDisablePeerAccess;
|
|
hipDeviceEnablePeerAccess;
|
|
hipDeviceGet;
|
|
hipDeviceGetAttribute;
|
|
hipDeviceGetByPCIBusId;
|
|
hipDeviceGetCacheConfig;
|
|
hipDeviceGetLimit;
|
|
hipDeviceGetName;
|
|
hipDeviceGetPCIBusId;
|
|
hipDeviceGetSharedMemConfig;
|
|
hipDevicePrimaryCtxGetState;
|
|
hipDevicePrimaryCtxRelease;
|
|
hipDevicePrimaryCtxReset;
|
|
hipDevicePrimaryCtxRetain;
|
|
hipDevicePrimaryCtxSetFlags;
|
|
hipDeviceReset;
|
|
hipDeviceSetCacheConfig;
|
|
hipDeviceSetSharedMemConfig;
|
|
hipDeviceSynchronize;
|
|
hipDeviceTotalMem;
|
|
hipDriverGetVersion;
|
|
hipEventCreate;
|
|
hipEventCreateWithFlags;
|
|
hipEventDestroy;
|
|
hipEventElapsedTime;
|
|
hipEventQuery;
|
|
hipEventRecord;
|
|
hipEventSynchronize;
|
|
hipFree;
|
|
hipFreeArray;
|
|
hipFuncSetCacheConfig;
|
|
hipGetDevice;
|
|
hipGetDeviceCount;
|
|
hipGetDeviceProperties;
|
|
hipGetErrorName;
|
|
hipGetErrorString;
|
|
hipGetLastError;
|
|
hipHostAlloc;
|
|
hipHostFree;
|
|
hipHostGetDevicePointer;
|
|
hipHostGetFlags;
|
|
hipHostMalloc;
|
|
hipHostRegister;
|
|
hipHostUnregister;
|
|
hipInit;
|
|
hipIpcCloseMemHandle;
|
|
hipIpcGetMemHandle;
|
|
hipIpcOpenMemHandle;
|
|
hipMalloc;
|
|
hipMalloc3D;
|
|
hipMalloc3DArray;
|
|
hipMallocArray;
|
|
hipMallocPitch;
|
|
hipMemcpy;
|
|
hipMemcpy2D;
|
|
hipMemcpy2DAsync;
|
|
hipMemcpy2DToArray;
|
|
hipMemcpy3D;
|
|
hipMemcpyAsync;
|
|
hipMemcpyDtoD;
|
|
hipMemcpyDtoDAsync;
|
|
hipMemcpyDtoH;
|
|
hipMemcpyDtoHAsync;
|
|
hipMemcpyFromSymbol;
|
|
hipMemcpyFromSymbolAsync;
|
|
hipMemcpyHtoD;
|
|
hipMemcpyHtoDAsync;
|
|
hipMemcpyPeer;
|
|
hipMemcpyPeerAsync;
|
|
hipMemcpyToArray;
|
|
hipMemcpyFromArray;
|
|
hipMemcpyToSymbol;
|
|
hipMemcpyToSymbolAsync;
|
|
hipMemGetAddressRange;
|
|
hipGetSymbolAddress;
|
|
hipGetSymbolSize;
|
|
hipMemGetInfo;
|
|
hipMemPtrGetInfo;
|
|
hipMemset;
|
|
hipMemsetD32;
|
|
hipMemset2D;
|
|
hipMemsetAsync;
|
|
hipMemsetD32Async;
|
|
hipMemset2DAsync;
|
|
hipMemsetD8;
|
|
hipMemset3D;
|
|
hipModuleGetFunction;
|
|
hipModuleGetGlobal;
|
|
hipModuleLaunchKernel;
|
|
hipModuleLaunchKernelExt;
|
|
hipModuleLoad;
|
|
hipModuleLoadData;
|
|
hipModuleUnload;
|
|
hipFuncGetAttributes;
|
|
hipPeekAtLastError;
|
|
hipPointerGetAttributes;
|
|
hipProfilerStart;
|
|
hipProfilerStop;
|
|
hipRuntimeGetVersion;
|
|
hipSetDevice;
|
|
hipSetDeviceFlags;
|
|
hipStreamAddCallback;
|
|
hipStreamCreate;
|
|
hipStreamCreateWithFlags;
|
|
hipStreamDestroy;
|
|
hipStreamGetFlags;
|
|
hipStreamQuery;
|
|
hipStreamSynchronize;
|
|
hipStreamWaitEvent;
|
|
__hipRegisterFatBinary;
|
|
__hipRegisterFunction;
|
|
__hipRegisterVar;
|
|
__hipUnregisterFatBinary;
|
|
__gnu_h2f_ieee;
|
|
__gnu_f2h_ieee;
|
|
hipConfigureCall;
|
|
hipSetupArgument;
|
|
hipLaunchByPtr;
|
|
hipProfilerStart;
|
|
hipProfilerStop;
|
|
extern "C++" {
|
|
hip_impl::hipLaunchKernelGGLImpl*;
|
|
hipCreateTextureObject*;
|
|
hipDestroyTextureObject*;
|
|
hipGetTextureObjectResourceDesc*;
|
|
hipGetTextureObjectResourceViewDesc*;
|
|
hipGetTextureObjectTextureDesc*;
|
|
hipBindTexture*;
|
|
hipBindTexture2D*;
|
|
hipBindTextureToArray*;
|
|
hipBindTextureToMipmappedArray*;
|
|
hipUnbindTexture*;
|
|
hipGetChannelDesc*;
|
|
hipGetTextureAlignmentOffset*;
|
|
hipGetTextureReference*;
|
|
hipTexRefSetFormat*;
|
|
hipTexRefSetFlags*;
|
|
hipTexRefSetFilterMode*;
|
|
hipTexRefSetAddressMode*;
|
|
hipTexRefSetArray*;
|
|
hipTexRefSetAddress*;
|
|
hipTexRefSetAddress2D*;
|
|
hipCreateChannelDesc*;
|
|
ihipBindTextureImpl*;
|
|
ihipBindTextureToArrayImpl*;
|
|
hipHccGetAccelerator*;
|
|
hipHccGetAcceleratorView*;
|
|
hipCreateSurfaceObject*;
|
|
hipDestroySurfaceObject*;
|
|
hipHccModuleLaunchKernel*;
|
|
};
|
|
local:
|
|
*;
|
|
};
|