From bbdd8cdddc3da004dd233d64e96a3e81655378ad Mon Sep 17 00:00:00 2001 From: Graham Sider Date: Tue, 9 Nov 2021 10:59:28 -0500 Subject: [PATCH] kfdtest: Remove TEMP_GFX10_BLACKLIST With LLVM-based assembly these shaders are now valid for GFX10, with the exception of KFDSVMEvictTest. Signed-off-by: Graham Sider Change-Id: Idc872139176bbc1cc8d7ae61a8e4572360ecb5d5 [ROCm/ROCR-Runtime commit: 025c6146d98c0c1bd184440f778d105dd45e67f5] --- .../tests/kfdtest/scripts/kfdtest.exclude | 36 ++++++------------- 1 file changed, 10 insertions(+), 26 deletions(-) diff --git a/projects/rocr-runtime/tests/kfdtest/scripts/kfdtest.exclude b/projects/rocr-runtime/tests/kfdtest/scripts/kfdtest.exclude index 392dba3cde..885054ba50 100644 --- a/projects/rocr-runtime/tests/kfdtest/scripts/kfdtest.exclude +++ b/projects/rocr-runtime/tests/kfdtest/scripts/kfdtest.exclude @@ -224,26 +224,10 @@ FILTER[aldebaran]=\ "KFDMemoryTest.PtraceAccess:"\ "KFDMemoryTest.DeviceHdpFlush" -# SP3 Compiler needs to be updated for GFX10. Temporarily disable all tests -# that require shader compiler -# Adding KFDSVMEvictTest as SVM/HMM was never validated on GFX10 -TEMP_GFX10_BLACKLIST=\ -"KFDMemoryTest.FlatScratchAccess:"\ -"KFDMemoryTest.PtraceAccessInvisibleVram:"\ -"KFDQMTest.QueuePriorityOnDifferentPipe:"\ -"KFDQMTest.QueuePriorityOnSamePipe:"\ -"KFDCWSRTest.BasicTest:"\ -"KFDQMTest.BasicCuMaskingEven:"\ -"KFDEvictTest.QueueTest:"\ -"KFDMemoryTest.MapUnmapToNodes:"\ -"KFDMemoryTest.HostHdpFlush:"\ -"KFDMemoryTest.DeviceHdpFlush:"\ -"KFDSVMEvictTest.*" - FILTER[navi10]=\ "$BLACKLIST_ALL_ASICS:"\ -"$TEMP_GFX10_BLACKLIST:"\ -"KFDMemoryTest.MMBench" +"KFDMemoryTest.MMBench:"\ +"KFDSVMEvictTest.*" # Need to verify the following failed tests on another machine: # Exceptions not being received during exception tests @@ -254,42 +238,42 @@ FILTER[navi12]=\ "KFDExceptionTest.*:"\ "KFDPerfCountersTest.*:"\ "KFDPerformanceTest.P2PBandWidthTest:"\ -"$TEMP_GFX10_BLACKLIST" +"KFDSVMEvictTest.*" FILTER[navi14]=\ "$BLACKLIST_ALL_ASICS:"\ -"$TEMP_GFX10_BLACKLIST" +"KFDSVMEvictTest.*" FILTER[sienna_cichlid]=\ "$BLACKLIST_ALL_ASICS:"\ -"$TEMP_GFX10_BLACKLIST:"\ "KFDQMTest.BasicCuMaskingEven:"\ "KFDDBGTest.*:"\ "KFDPerfCountersTest.*:"\ +"KFDSVMEvictTest.*" FILTER[navy_flounder]=\ "$BLACKLIST_ALL_ASICS:"\ -"$TEMP_GFX10_BLACKLIST:"\ "KFDQMTest.BasicCuMaskingEven:"\ "KFDDBGTest.*:"\ "KFDPerfCountersTest.*:"\ +"KFDSVMEvictTest.*" FILTER[dimgrey_cavefish]=\ "$BLACKLIST_ALL_ASICS:"\ -"$TEMP_GFX10_BLACKLIST:"\ "KFDQMTest.BasicCuMaskingEven:"\ "KFDDBGTest.*:"\ "KFDPerfCountersTest.*:"\ +"KFDSVMEvictTest.*" FILTER[beige_goby]=\ "$BLACKLIST_ALL_ASICS:"\ -"$TEMP_GFX10_BLACKLIST:"\ "KFDQMTest.BasicCuMaskingEven:"\ "KFDDBGTest.*:"\ "KFDPerfCountersTest.*:"\ +"KFDSVMEvictTest.*" FILTER[yellow_carp]=\ "$BLACKLIST_ALL_ASICS:"\ -"$TEMP_GFX10_BLACKLIST:"\ "KFDQMTest.BasicCuMaskingEven:"\ -"KFDIPCTest.CMABasicTest" +"KFDIPCTest.CMABasicTest:"\ +"KFDSVMEvictTest.*"