a91aa132aa
Signed-off-by: Oded Gabbay <oded.gabbay@amd.com>
[ROCm/ROCR-Runtime commit: 85ba9efa18]
47 wiersze
930 B
Plaintext
47 wiersze
930 B
Plaintext
HSAKMT_1
|
|
{
|
|
global:
|
|
hsaKmtOpenKFD;
|
|
hsaKmtCloseKFD;
|
|
hsaKmtGetVersion;
|
|
hsaKmtAcquireSystemProperties;
|
|
hsaKmtReleaseSystemProperties;
|
|
hsaKmtGetNodeProperties;
|
|
hsaKmtGetNodeMemoryProperties;
|
|
hsaKmtGetNodeCacheProperties;
|
|
hsaKmtGetNodeIoLinkProperties;
|
|
hsaKmtCreateEvent;
|
|
hsaKmtDestroyEvent;
|
|
hsaKmtSetEvent;
|
|
hsaKmtResetEvent;
|
|
hsaKmtQueryEventState;
|
|
hsaKmtWaitOnEvent;
|
|
hsaKmtWaitOnMultipleEvents;
|
|
hsaKmtCreateQueue;
|
|
hsaKmtUpdateQueue;
|
|
hsaKmtDestroyQueue;
|
|
hsaKmtSetMemoryPolicy;
|
|
hsaKmtAllocMemory;
|
|
hsaKmtFreeMemory;
|
|
hsaKmtRegisterMemory;
|
|
hsaKmtDeregisterMemory;
|
|
hsaKmtMapMemoryToGPU;
|
|
hsaKmtUnmapMemoryToGPU;
|
|
hsaKmtDbgRegister;
|
|
hsaKmtDbgUnregister;
|
|
hsaKmtDbgWavefrontControl;
|
|
hsaKmtDbgAddressWatch;
|
|
hsaKmtGetClockCounters;
|
|
hsaKmtPmcGetCounterProperties;
|
|
hsaKmtPmcRegisterTrace;
|
|
hsaKmtPmcUnregisterTrace;
|
|
hsaKmtPmcAcquireTraceAccess;
|
|
hsaKmtPmcReleaseTraceAccess;
|
|
hsaKmtPmcStartTrace;
|
|
hsaKmtPmcQueryTrace;
|
|
hsaKmtPmcStopTrace;
|
|
|
|
local: *;
|
|
};
|
|
|