kfdtest: Enable more tests for gfx900
A lot of tests were disabled on gfx900 for historical reasons that are no longer valid. The only remaining one that won't work on gfx900 is BasicAddressWatch. Change-Id: I11507de0dfd31262713127d6cb15cc09c14b8b9f Signed-off-by: Felix Kuehling <Felix.Kuehling@amd.com>
This commit is contained in:
@@ -110,18 +110,10 @@ BAFFIN_TESTS_BLACKLIST=\
|
||||
"$BLACKLIST_ALL_ASICS:"\
|
||||
"$SDMA_BLACKLIST"
|
||||
|
||||
# KFDDBG.BasicAddressWatch fails with message "E,INTERR: Setting ASIC VI (was previously set to GFX9), this changes the backend after we have already started parsing the shader, not currently supported by sp3, sorry." (KFD-317)
|
||||
# KFDExceptionTest.InvalidBadAddress causes some following tests to fail on SRIOV (KFD-343)
|
||||
# KFDQMTest.BasicCuMaskingEven fails intermittently (WIP)
|
||||
# KFDExceptionTest.InvalidWriteAddress is failing once we enable no-retry (KFD-380)
|
||||
# KFDDBG.BasicAddressWatch is not supported on GFXv9 and later. FIXME: it should disable itself
|
||||
VEGA10_TESTS_BLACKLIST=\
|
||||
"$BLACKLIST_ALL_ASICS:"\
|
||||
"KFDDBGTest.BasicAddressWatch:"\
|
||||
"KFDExceptionTest.InvalidBadAddress:"\
|
||||
"KFDExceptionTest.InvalidWriteAddress:"\
|
||||
"KFDQMTest.CreateQueueStressSingleThreaded:"\
|
||||
"KFDQMTest.GPUDoorbellWrite:"\
|
||||
"KFDMemoryTest.MemoryRegister"
|
||||
"KFDDBGTest.BasicAddressWatch"
|
||||
|
||||
VEGA20_TESTS_BLACKLIST=\
|
||||
"$BLACKLIST_ALL_ASICS:"\
|
||||
|
||||
Reference in New Issue
Block a user