kfdtest: Add multi-process oversubscription test

This test is designed to reproduce soft-hangs cause by HWS running
with oversubscription.


Change-Id: I49861522b3ff5ba50df5ddc968545c35ccb25353
Signed-off-by: Felix Kuehling <Felix.Kuehling@amd.com>


[ROCm/ROCR-Runtime commit: 5475e618e5]
This commit is contained in:
Felix Kuehling
2019-06-12 21:44:46 -04:00
parent d9f3f826dc
commit 2ffc094890
3 changed files with 186 additions and 1 deletions
@@ -26,6 +26,7 @@ PERMANENT_BLACKLIST_ALL_ASICS=\
# KFDQMTest.GPUDoorbellWrite fails intermittently (KFD-318)
# KFDQMTest.mGPUShareBO (KFD-334)
# KFDQMTest.PM4EventInterrupt/KFDDBGTest.BasicAddressWatch (KFD-431)
# KFDHWSTest.* (SWDEV-193035)
TEMPORARY_BLACKLIST_ALL_ASICS=\
"KFDGraphicsInterop.RegisterForeignDeviceMem:"\
"KFDPMTest.SuspendWithActiveProcess:"\
@@ -37,7 +38,8 @@ TEMPORARY_BLACKLIST_ALL_ASICS=\
"KFDDBGTest.BasicAddressWatch*:"\
"KFDQMTest.PM4EventInterrupt:"\
"KFDQMTest.SdmaEventInterrupt:"\
"KFDDBGTest.BasicDebuggerSuspendResume"
"KFDDBGTest.BasicDebuggerSuspendResume:"\
"KFDHWSTest.*"
BLACKLIST_ALL_ASICS=\
"$PERMANENT_BLACKLIST_ALL_ASICS:"\