09e1dba40b
Signed-off-by: Flora Cui <flora.cui@amd.com> Signed-off-by: Chengjun Yao <Chengjun.Yao@amd.com> Part-of: <http://10.67.69.192/wsl/rocr-runtime/-/merge_requests/78>
109 baris
2.3 KiB
Plaintext
109 baris
2.3 KiB
Plaintext
HSAKMT_1
|
|
{
|
|
global:
|
|
hsaKmtOpenKFD;
|
|
hsaKmtCloseKFD;
|
|
hsaKmtGetVersion;
|
|
hsaKmtAcquireSystemProperties;
|
|
hsaKmtReleaseSystemProperties;
|
|
hsaKmtGetNodeProperties;
|
|
hsaKmtGetNodeMemoryProperties;
|
|
hsaKmtGetNodeCacheProperties;
|
|
hsaKmtGetNodeIoLinkProperties;
|
|
hsaKmtCreateEvent;
|
|
hsaKmtDestroyEvent;
|
|
hsaKmtSetEvent;
|
|
hsaKmtResetEvent;
|
|
hsaKmtQueryEventState;
|
|
hsaKmtWaitOnEvent;
|
|
hsaKmtWaitOnMultipleEvents;
|
|
hsaKmtCreateQueue;
|
|
hsaKmtUpdateQueue;
|
|
hsaKmtDestroyQueue;
|
|
hsaKmtSetQueueCUMask;
|
|
hsaKmtSetMemoryPolicy;
|
|
hsaKmtAllocMemory;
|
|
hsaKmtAllocMemoryAlign;
|
|
hsaKmtFreeMemory;
|
|
hsaKmtAvailableMemory;
|
|
hsaKmtRegisterMemory;
|
|
hsaKmtRegisterMemoryToNodes;
|
|
hsaKmtRegisterMemoryWithFlags;
|
|
hsaKmtRegisterGraphicsHandleToNodes;
|
|
hsaKmtShareMemory;
|
|
hsaKmtRegisterSharedHandle;
|
|
hsaKmtRegisterSharedHandleToNodes;
|
|
hsaKmtProcessVMRead;
|
|
hsaKmtProcessVMWrite;
|
|
hsaKmtDeregisterMemory;
|
|
hsaKmtMapMemoryToGPU;
|
|
hsaKmtMapMemoryToGPUNodes;
|
|
hsaKmtUnmapMemoryToGPU;
|
|
hsaKmtDbgRegister;
|
|
hsaKmtDbgUnregister;
|
|
hsaKmtDbgWavefrontControl;
|
|
hsaKmtDbgAddressWatch;
|
|
hsaKmtDbgEnable;
|
|
hsaKmtDbgDisable;
|
|
hsaKmtDbgGetDeviceData;
|
|
hsaKmtDbgGetQueueData;
|
|
hsaKmtGetClockCounters;
|
|
hsaKmtPmcGetCounterProperties;
|
|
hsaKmtPmcRegisterTrace;
|
|
hsaKmtPmcUnregisterTrace;
|
|
hsaKmtPmcAcquireTraceAccess;
|
|
hsaKmtPmcReleaseTraceAccess;
|
|
hsaKmtPmcStartTrace;
|
|
hsaKmtPmcQueryTrace;
|
|
hsaKmtPmcStopTrace;
|
|
hsaKmtMapGraphicHandle;
|
|
hsaKmtUnmapGraphicHandle;
|
|
hsaKmtSetTrapHandler;
|
|
hsaKmtGetTileConfig;
|
|
hsaKmtQueryPointerInfo;
|
|
hsaKmtSetMemoryUserData;
|
|
hsaKmtGetQueueInfo;
|
|
hsaKmtAllocQueueGWS;
|
|
hsaKmtRuntimeEnable;
|
|
hsaKmtRuntimeDisable;
|
|
hsaKmtCheckRuntimeDebugSupport;
|
|
hsaKmtGetRuntimeCapabilities;
|
|
hsaKmtDebugTrapIoctl;
|
|
hsaKmtSPMAcquire;
|
|
hsaKmtSPMRelease;
|
|
hsaKmtSPMSetDestBuffer;
|
|
hsaKmtSVMSetAttr;
|
|
hsaKmtSVMGetAttr;
|
|
hsaKmtSetXNACKMode;
|
|
hsaKmtGetXNACKMode;
|
|
hsaKmtOpenSMI;
|
|
hsaKmtExportDMABufHandle;
|
|
hsaKmtImportDMABufHandle;
|
|
hsaKmtWaitOnEvent_Ext;
|
|
hsaKmtWaitOnMultipleEvents_Ext;
|
|
hsaKmtReplaceAsanHeaderPage;
|
|
hsaKmtReturnAsanHeaderPage;
|
|
hsaKmtGetAMDGPUDeviceHandle;
|
|
hsaKmtPcSamplingQueryCapabilities;
|
|
hsaKmtPcSamplingCreate;
|
|
hsaKmtPcSamplingDestroy;
|
|
hsaKmtPcSamplingStart;
|
|
hsaKmtPcSamplingStop;
|
|
hsaKmtPcSamplingSupport;
|
|
hsaKmtModelEnabled;
|
|
hsaKmtQueueRingDoorbell;
|
|
amdgpu_device_initialize;
|
|
amdgpu_device_deinitialize;
|
|
amdgpu_query_gpu_info;
|
|
amdgpu_bo_import;
|
|
amdgpu_bo_va_op;
|
|
amdgpu_device_get_fd;
|
|
amdgpu_bo_cpu_map;
|
|
amdgpu_bo_free;
|
|
amdgpu_bo_export;
|
|
drmCommandWriteRead;
|
|
|
|
local: *;
|
|
};
|
|
|