kfdtest: Add gfx908 test cases
Change-Id: I427bb8381ea0690d2b0ae496acd4902fba0d18b4
Signed-off-by: Yong Zhao <Yong.Zhao@amd.com>
[ROCm/ROCR-Runtime commit: d954db828d]
This commit is contained in:
@@ -158,6 +158,13 @@ RAVEN_TESTS_BLACKLIST=\
|
||||
"KFDQMTest.QueueLatency:"\
|
||||
"KFDQMTest.SdmaEventInterrupt"
|
||||
|
||||
# KFDPNPTest.DisableWithActiveProcess (KFD-432)
|
||||
# KFDQMTest.BasicCuMaskingEven (KFD-433)
|
||||
ARCT_TESTS_BLACKLIST=\
|
||||
"$BLACKLIST_ALL_ASICS:"\
|
||||
"KFDQMTest.BasicCuMaskingEven:"\
|
||||
"KFDPNPTest.DisableWithActiveProcess"
|
||||
|
||||
# Core tests, used in scenarios like bringup
|
||||
CORE_TESTS=\
|
||||
"KFDQMTest.CreateDestroyCpQueue:"\
|
||||
|
||||
@@ -75,6 +75,7 @@ getFilter() {
|
||||
vg12 ) FILTER="--gtest_filter=$VEGA12_TESTS_BLACKLIST" ;;
|
||||
vg20 ) FILTER="--gtest_filter=$VEGA20_TESTS_BLACKLIST" ;;
|
||||
rv ) FILTER="--gtest_filter=$RAVEN_TESTS_BLACKLIST" ;;
|
||||
arct ) FILTER="--gtest_filter=$ARCT_TESTS_BLACKLIST" ;;
|
||||
core ) FILTER="--gtest_filter=$CORE_TESTS" ;;
|
||||
all ) FILTER="" ;;
|
||||
*) die "Unsupported platform $PLATFORM or node $NODE. Exiting" ;;
|
||||
@@ -127,6 +128,8 @@ deviceIdToGpuName() {
|
||||
platformName="vg20" ;;
|
||||
15dd )
|
||||
platformName="rv" ;;
|
||||
7380 | 46 | 47 | 48 | 738c | 7388 | 738e)
|
||||
platformName="arct" ;;
|
||||
* )
|
||||
return ;;
|
||||
esac
|
||||
|
||||
Reference in New Issue
Block a user