41b06f1eee
PSDB and other jenkins jobs are currently failing on several kfd tests.
This is blocking user throughput for screening patches by PSDB.
Blacklist multiple tests and submit JIRA's.
KFDIPCTest.BasicTest (ROCMOPS-459) .CMABasicTest (ROCMOPS-460) .CrossMemoryAttachTest (ROCMOPS-461)
KFDMemoryTest.BigBufferStressTest (ROCMOPS-462)
KFDQMTest.MultipleSdmaQueues (ROCMOPS-463) (ROCMOPS-416)
KFDEvictTest.BurstyTest (ROCMOPS-464)
Change-Id: I2c7cdeabc26654f39823201ce86d4113b3a98a0e
Signed-off-by: Cole Nelson <cole.nelson@amd.com>
[ROCm/ROCR-Runtime commit: 3f2d2e67c9]
160 خطوط
5.5 KiB
Plaintext
160 خطوط
5.5 KiB
Plaintext
# Permanent exclusions
|
|
# These tests are included for debugging, but are not executed in normal execution on any ASIC:
|
|
#
|
|
# Fragmentation test fails intermittently on different systems (see KFD-344). It
|
|
# stresses memory management in unusual ways by having lots of memory allocated but
|
|
# not mapped, which is not relevant to compute applications over ROCr.
|
|
#
|
|
# CU Masking Linear/Split are not working correctly due to how the HW distributes work over CUs.
|
|
# They are available for testing but are not currently expected to pass on CI/VI/AI.
|
|
PERMANENT_BLACKLIST_ALL_ASICS=\
|
|
"-KFDEventTest.MeasureInterruptConsumption:"\
|
|
"KFDLocalMemoryTest.Fragmentation:"\
|
|
"KFDQMTest.BasicCuMaskingLinear:"\
|
|
"RDMATest.GPUDirect:"\
|
|
"KFDRASTest.*"
|
|
|
|
# This is the temporary blacklist for all ASICs. This is to be used when a test is failing consistently
|
|
# on every ASIC (Kaveri, Carrizo, Hawaii, Tonga, Fiji, Polaris10, Polaris11 and Vega10 .
|
|
# TODO means that a JIRA ticket needs to be created for this issue, as no documentation regarding
|
|
# failures can be found
|
|
# NOTE: If you update this alphabetical listing, add the corresponding JIRA ticket for reference
|
|
#
|
|
# KFDGraphicsInterop.RegisterForeignDeviceMem (KFD-366)
|
|
# KFDPMTest.SuspendWith[ActiveProcess|IdleQueue|IdleQueueAfterWork] (KFD-326|327|328)
|
|
# KFDPNPTest.DisableAndCreateQueue (KFD-329)
|
|
# KFDQMTest.GPUDoorbellWrite fails intermittently (KFD-318)
|
|
# KFDQMTest.mGPUShareBO (KFD-334)
|
|
TEMPORARY_BLACKLIST_ALL_ASICS=\
|
|
"KFDGraphicsInterop.RegisterForeignDeviceMem:"\
|
|
"KFDPMTest.SuspendWithActiveProcess:"\
|
|
"KFDPMTest.SuspendWithIdleQueue:"\
|
|
"KFDPMTest.SuspendWithIdleQueueAfterWork:"\
|
|
"KFDPNPTest.DisableAndCreateQueue:"\
|
|
"KFDQMTest.GPUDoorbellWrite:"\
|
|
"KFDQMTest.mGPUShareBO:"\
|
|
"KFDQMTest.SdmaEventInterrupt:"\
|
|
"KFDDBGTest.BasicDebuggerSuspendResume:"\
|
|
"KFDMemoryTest.HostHdpFlush"
|
|
|
|
BLACKLIST_ALL_ASICS=\
|
|
"$PERMANENT_BLACKLIST_ALL_ASICS:"\
|
|
"$TEMPORARY_BLACKLIST_ALL_ASICS"
|
|
|
|
# SDMA-based tests (KFDIPCTest.BasicTest, KFDQMTest.SdmaEventInterrupt) are both
|
|
# disabled on non-Hawaii due to SDMA instability - SWDEV-101666
|
|
# KFDLocalMemoryTest.CheckZeroInitializationVram Passes, but it
|
|
# takes nearly 4 min (229385 ms) to run so it remains blacklisted
|
|
SDMA_BLACKLIST=\
|
|
"KFDIPCTest.*:"\
|
|
"KFDLocalMemoryTest.CheckZeroInitializationVram:"\
|
|
"KFDQMTest.SdmaEventInterrupt:"\
|
|
"KFDQMTest.P2PTest:"\
|
|
"KFDPerformanceTest.P2PBandWidthTest:"\
|
|
"KFDPerformanceTest.P2POverheadTest"
|
|
|
|
# Anything involving CP queue creation is failing on Kaveri. Separate them here for convenience (KFD-336)
|
|
KV_QUEUE_BLACKLIST=\
|
|
"KFDExceptionTest.InvalidBadAddress:"\
|
|
"KFDExceptionTest.InvalidWriteAddress:"\
|
|
"KFDExceptionTest.InvalidPPR*:"\
|
|
"KFDLocalMemoryTest.*:"\
|
|
"KFDEventTest.Signal*Event*:"\
|
|
"KFDQMTest.CreateQueueStressSingleThreaded:"\
|
|
"KFDQMTest.*CpQueue*:"\
|
|
"KFDQMTest.*Dispatch*:"\
|
|
"KFDQMTest.Atomics:"\
|
|
"KFDQMTest.GPUDoorbellWrite"
|
|
|
|
# KFDQMTest.CpuWriteCoherence fails. 0 dwordsAvailable (KFD-338)
|
|
# KFDMemoryTest.MemoryRegister fails on SDMA queue creation (KFD-337)
|
|
KV_TESTS_BLACKLIST=\
|
|
"$BLACKLIST_ALL_ASICS:"\
|
|
"$SDMA_BLACKLIST:"\
|
|
"$KV_QUEUE_BLACKLIST:"\
|
|
"KFDMemoryTest.MemoryRegister:"\
|
|
"KFDQMTest.CpuWriteCoherence"
|
|
|
|
# KFDLocalMemoryTest.BasicTest is failing intermittently (KFD-368)
|
|
# KFDMemoryTest.BigBufferStressTest was failing intermittently on 4.9 and hangs when executed twice (KFD-312)
|
|
# KFDQMTest.GPUDoorbellWrite fails on Hawaii. Could be HW-related (KFD-342)
|
|
HI_TESTS_BLACKLIST=\
|
|
"$BLACKLIST_ALL_ASICS:"\
|
|
"KFDLocalMemoryTest.BasicTest:"\
|
|
"KFDMemoryTest.BigBufferStressTest:"\
|
|
"KFDQMTest.GPUDoorbellWrite"
|
|
|
|
CZ_TESTS_BLACKLIST=\
|
|
"$BLACKLIST_ALL_ASICS:"\
|
|
"$SDMA_BLACKLIST:"\
|
|
"KFDExceptionTest.InvalidWriteAddress"
|
|
|
|
# KFDPerfCountersTest.*Trace fail (KFD-339)
|
|
# KFDMemoryTest.QueryPointerInfo/MemoryRegister* (KFD-341)
|
|
# The remaining tests listed here fail on map memory to GPU with a VA conflict (KFD-340)
|
|
TONGA_TESTS_BLACKLIST=\
|
|
"$BLACKLIST_ALL_ASICS:"\
|
|
"$SDMA_BLACKLIST:"\
|
|
"KFDCWSRTest.BasicTest:"\
|
|
"KFDEventTest.*:"\
|
|
"KFDLocalMemoryTest.*:"\
|
|
"KFDMemoryTest.FlatScratchAccess:"\
|
|
"KFDMemoryTest.MapMemoryToGPU:"\
|
|
"KFDMemoryTest.MemoryRegister*:"\
|
|
"KFDMemoryTest.QueryPointerInfo:"\
|
|
"KFDPerfCountersTest.*:"\
|
|
"KFDDBGTest.BasicAddressWatch:"\
|
|
"KFDQMTest.*"
|
|
|
|
FIJI_TESTS_BLACKLIST=\
|
|
"$BLACKLIST_ALL_ASICS:"\
|
|
"$SDMA_BLACKLIST"
|
|
|
|
ELLESMERE_TESTS_BLACKLIST=\
|
|
"$BLACKLIST_ALL_ASICS:"\
|
|
"$SDMA_BLACKLIST"
|
|
|
|
BAFFIN_TESTS_BLACKLIST=\
|
|
"$BLACKLIST_ALL_ASICS:"\
|
|
"$SDMA_BLACKLIST"
|
|
|
|
LEXA_TESTS_BLACKLIST=\
|
|
"$BLACKLIST_ALL_ASICS:"\
|
|
"$SDMA_BLACKLIST"
|
|
|
|
# KFDDBG.BasicAddressWatch is not supported on GFXv9 and later. FIXME: it should disable itself
|
|
# KFDIPCTest.BasicTest (ROCMOPS-459) .CMABasicTest (ROCMOPS-460) .CrossMemoryAttachTest (ROCMOPS-461)
|
|
# KFDMemoryTest.BigBufferStressTest (ROCMOPS-462)
|
|
# KFDEvictTest.BurstyTest (ROCMOPS-464)
|
|
# KFDQMTest.MultipleSdmaQueues (ROCMOPS-463)
|
|
VEGA10_TESTS_BLACKLIST=\
|
|
"$BLACKLIST_ALL_ASICS:"\
|
|
"KFDDBGTest.BasicAddressWatch:"\
|
|
"KFDIPCTest.BasicTest:"\
|
|
"KFDEvictTest.BurstyTest:"\
|
|
"KFDIPCTest.CMABasicTest:"\
|
|
"KFDIPCTest.CrossMemoryAttachTest:"\
|
|
"KFDMemoryTest.BigBufferStressTest:"\
|
|
"KFDQMTest.MultipleSdmaQueues"
|
|
|
|
VEGA12_TESTS_BLACKLIST=\
|
|
"$BLACKLIST_ALL_ASICS:"\
|
|
"$SDMA_BLACKLIST:"\
|
|
"KFDDBGTest.BasicAddressWatch"
|
|
|
|
# KFDEvictTest.BurstyTest (ROCMOPS-464)
|
|
VEGA20_TESTS_BLACKLIST=\
|
|
"$BLACKLIST_ALL_ASICS:"\
|
|
"$SDMA_BLACKLIST:"\
|
|
"KFDDBGTest.BasicAddressWatch:"\
|
|
"KFDEvictTest.BurstyTest:"\
|
|
"KFDExceptionTest.InvalidBadAddress:"\
|
|
"KFDExceptionTest.InvalidWriteAddress:"\
|
|
"KFDQMTest.GPUDoorbellWrite"
|
|
|
|
RAVEN_TESTS_BLACKLIST=\
|
|
"$BLACKLIST_ALL_ASICS:"\
|
|
"KFDDBGTest.BasicAddressWatch:"\
|
|
"KFDQMTest.QueueLatency:"\
|
|
"KFDQMTest.SdmaEventInterrupt"
|