kfdtest: Add ops for address watch test
Add wave launch override, set/clear address watch and precise memops test. Signed-off-by: Jonathan Kim <jonathan.kim@amd.com> Change-Id: Ib405d5570cd304e02c2e76eca3593cbd9a5937d9
Этот коммит содержится в:
@@ -52,6 +52,10 @@ class BaseDebug {
|
||||
uint32_t *numSnapshots);
|
||||
HSAKMT_STATUS DeviceSnapshot(uint64_t exceptionsToClear, uint64_t snapshotBuffAddr,
|
||||
uint32_t *numSnapshots);
|
||||
HSAKMT_STATUS SetWaveLaunchOverride(int mode, uint32_t *enableMask, uint32_t *supportMask);
|
||||
HSAKMT_STATUS SetAddressWatch(uint64_t address, int mode, uint64_t mask, uint32_t gpuId, uint32_t *id);
|
||||
HSAKMT_STATUS ClearAddressWatch(uint32_t gpuId, uint32_t id);
|
||||
HSAKMT_STATUS SetFlags(uint32_t *flags);
|
||||
|
||||
private:
|
||||
unsigned int m_Pid;
|
||||
|
||||
Ссылка в новой задаче
Block a user