Files
rocm-systems/src/libhsakmt.ver
T

70 строки
1.5 KiB
Plaintext
Исходник Обычный вид История

HSAKMT_1
{
global:
hsaKmtOpenKFD;
hsaKmtCloseKFD;
hsaKmtGetVersion;
hsaKmtAcquireSystemProperties;
hsaKmtReleaseSystemProperties;
hsaKmtGetNodeProperties;
hsaKmtGetNodeMemoryProperties;
hsaKmtGetNodeCacheProperties;
hsaKmtGetNodeIoLinkProperties;
hsaKmtCreateEvent;
hsaKmtDestroyEvent;
hsaKmtSetEvent;
hsaKmtResetEvent;
hsaKmtQueryEventState;
hsaKmtWaitOnEvent;
hsaKmtWaitOnMultipleEvents;
hsaKmtCreateQueue;
hsaKmtUpdateQueue;
hsaKmtDestroyQueue;
2015-06-23 15:25:38 +08:00
hsaKmtSetQueueCUMask;
hsaKmtSetMemoryPolicy;
hsaKmtAllocMemory;
hsaKmtFreeMemory;
hsaKmtRegisterMemory;
2016-01-07 16:28:20 -05:00
hsaKmtRegisterMemoryToNodes;
hsaKmtRegisterGraphicsHandleToNodes;
2016-11-22 14:35:35 -05:00
hsaKmtShareMemory;
hsaKmtRegisterSharedHandle;
hsaKmtRegisterSharedHandleToNodes;
2017-01-27 18:10:24 -05:00
hsaKmtProcessVMRead;
hsaKmtProcessVMWrite;
hsaKmtDeregisterMemory;
hsaKmtMapMemoryToGPU;
2016-01-28 15:33:56 +02:00
hsaKmtMapMemoryToGPUNodes;
hsaKmtUnmapMemoryToGPU;
hsaKmtDbgRegister;
hsaKmtDbgUnregister;
hsaKmtDbgWavefrontControl;
hsaKmtDbgAddressWatch;
hsaKmtGetClockCounters;
hsaKmtPmcGetCounterProperties;
hsaKmtPmcRegisterTrace;
hsaKmtPmcUnregisterTrace;
hsaKmtPmcAcquireTraceAccess;
hsaKmtPmcReleaseTraceAccess;
hsaKmtPmcStartTrace;
hsaKmtPmcQueryTrace;
hsaKmtPmcStopTrace;
hsaKmtMapGraphicHandle;
hsaKmtUnmapGraphicHandle;
hsaKmtSetTrapHandler;
2016-08-18 16:30:55 -04:00
hsaKmtGetTileConfig;
2016-09-01 23:25:42 -04:00
hsaKmtQueryPointerInfo;
hsaKmtSetMemoryUserData;
2017-05-25 14:51:30 -04:00
hsaKmtGetQueueInfo;
2018-07-13 14:05:27 -04:00
hsaKmtEnableDebugTrap;
hsaKmtDisableDebugTrap;
hsaKmtSetDebugTrapData2;
hsaKmtSetWaveLaunchTrapOverride;
hsaKmtSetWaveLaunchMode;
2018-11-06 08:06:40 -05:00
hsaKmtNodeSuspend;
hsaKmtNodeResume;
local: *;
};