From 046dd07a7ce130c79787ccf4bb9813c89bda1ef0 Mon Sep 17 00:00:00 2001 From: Felix Kuehling Date: Fri, 3 Aug 2018 20:14:46 -0400 Subject: [PATCH] kfdtest: Blacklist Fragmentation test on all chips This test has been intermittently failing for various reasons and was already disabled on all chips except Ellesmere. 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. Change-Id: I6b791ca7e2e0fcfe93fc720063b4b56acfded751 Signed-off-by: Felix Kuehling [ROCm/ROCR-Runtime commit: 5c742f3e5e80d5d80020b08f5d782145d447800b] --- .../tests/kfdtest/scripts/kfdtest.exclude | 21 +++++++++---------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/projects/rocr-runtime/tests/kfdtest/scripts/kfdtest.exclude b/projects/rocr-runtime/tests/kfdtest/scripts/kfdtest.exclude index c2f4772fb5..a804d3f846 100644 --- a/projects/rocr-runtime/tests/kfdtest/scripts/kfdtest.exclude +++ b/projects/rocr-runtime/tests/kfdtest/scripts/kfdtest.exclude @@ -1,9 +1,15 @@ # Permanent exclusions -# These tests are included for debugging, but are not executed in normal execution on any ASIC +# 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 +# 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" @@ -92,25 +98,20 @@ TONGA_TESTS_BLACKLIST=\ "KFDDBGTest.BasicAddressWatch:"\ "KFDQMTest.*" -# Fragmentation test intermittently failing on 4096 order 3 blocks. Investigating in conjunction with KFD-344 FIJI_TESTS_BLACKLIST=\ "$BLACKLIST_ALL_ASICS:"\ -"KFDLocalMemoryTest.Fragmentation:"\ "$SDMA_BLACKLIST" ELLESMERE_TESTS_BLACKLIST=\ "$BLACKLIST_ALL_ASICS:"\ "$SDMA_BLACKLIST" -# Fragmentation test failing on 4096 order 3 blocks. Investigating in conjunction with KFD-344 BAFFIN_TESTS_BLACKLIST=\ "$BLACKLIST_ALL_ASICS:"\ -"KFDLocalMemoryTest.Fragmentation:"\ "$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) -# KFDLocalMemoryTest.Fragmentation is still flaking out intermittently (KFD-344) # KFDQMTest.BasicCuMaskingEven fails intermittently (WIP) # KFDExceptionTest.InvalidWriteAddress is failing once we enable no-retry (KFD-380) VEGA10_TESTS_BLACKLIST=\ @@ -120,8 +121,7 @@ VEGA10_TESTS_BLACKLIST=\ "KFDExceptionTest.InvalidWriteAddress:"\ "KFDQMTest.CreateQueueStressSingleThreaded:"\ "KFDQMTest.GPUDoorbellWrite:"\ -"KFDMemoryTest.MemoryRegister:"\ -"KFDLocalMemoryTest.Fragmentation" +"KFDMemoryTest.MemoryRegister" VEGA20_TESTS_BLACKLIST=\ "$BLACKLIST_ALL_ASICS:"\ @@ -130,8 +130,7 @@ VEGA20_TESTS_BLACKLIST=\ "KFDExceptionTest.InvalidWriteAddress:"\ "KFDQMTest.CreateQueueStressSingleThreaded:"\ "KFDQMTest.GPUDoorbellWrite:"\ -"KFDMemoryTest.MemoryRegister:"\ -"KFDLocalMemoryTest.Fragmentation" +"KFDMemoryTest.MemoryRegister" RAVEN_TESTS_BLACKLIST=\