KFDTest: Add gfx1010 support in KFDTest script

Change-Id: I3c7132c73c68139677259aa57ea0b443ed664c14
Signed-off-by: shaoyunl <shaoyun.liu@amd.com>


[ROCm/ROCR-Runtime commit: c7a946dd5d]
This commit is contained in:
shaoyunl
2019-07-25 15:08:52 -04:00
committed by Yong Zhao
parent 7b73909a5a
commit ba6ea018b3
2 changed files with 11 additions and 1 deletions
@@ -74,7 +74,8 @@ getFilter() {
vega20 ) FILTER="--gtest_filter=$VEGA20_TESTS_BLACKLIST" ;;
raven ) FILTER="--gtest_filter=$RAVEN_TESTS_BLACKLIST" ;;
arcturus ) FILTER="--gtest_filter=$ARCT_TESTS_BLACKLIST" ;;
core ) FILTER="--gtest_filter=$CORE_TESTS" ;;
navi10 ) FILTER="--gtest_filter=$NAVI10_TESTS_BLACKLIST" ;;
core ) FILTER="--gtest_filter=$CORE_TESTS" ;;
all ) FILTER="" ;;
*) die "Unsupported platform $platform. Exiting" ;;
esac