kfdtest.exclude: Remove KFDSVMEvict from GFX10

This was never validated on GFX10, so remove it for now until it's
either validated and confirmed, or move the check to the test itself

Change-Id: Ie4d8b31885fbe6e5ed84b7b174c0bfed60879741


[ROCm/ROCR-Runtime commit: f2f86591b6]
Dieser Commit ist enthalten in:
Kent Russell
2021-09-15 11:34:05 -04:00
Ursprung cb379004ea
Commit e9a71840e8
@@ -222,6 +222,7 @@ FILTER[aldebaran]=\
# 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:"\
@@ -232,7 +233,8 @@ TEMP_GFX10_BLACKLIST=\
"KFDEvictTest.QueueTest:"\
"KFDMemoryTest.MapUnmapToNodes:"\
"KFDMemoryTest.HostHdpFlush:"\
"KFDMemoryTest.DeviceHdpFlush"
"KFDMemoryTest.DeviceHdpFlush:"\
"KFDSVMEvictTest.*"
FILTER[navi10]=\
"$BLACKLIST_ALL_ASICS:"\