From ef56da6539d6686ac365c2dbce3090c17877a67f Mon Sep 17 00:00:00 2001 From: Kent Russell Date: Tue, 6 Jul 2021 09:48:02 -0400 Subject: [PATCH] kfdtest.exclude: Add NV12 blacklist Add a blacklist for gfx1xxx12, using the same list as gfx1012 Change-Id: I7e620dba8a36f6f89152a48066234884150a15dd [ROCm/ROCR-Runtime commit: b2fb2a347071e26f4511b50297d8a31d1bbd496f] --- .../tests/kfdtest/scripts/kfdtest.exclude | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/projects/rocr-runtime/tests/kfdtest/scripts/kfdtest.exclude b/projects/rocr-runtime/tests/kfdtest/scripts/kfdtest.exclude index cd10253417..04899e615a 100644 --- a/projects/rocr-runtime/tests/kfdtest/scripts/kfdtest.exclude +++ b/projects/rocr-runtime/tests/kfdtest/scripts/kfdtest.exclude @@ -250,6 +250,17 @@ FILTER[navi10]=\ "$TEMP_GFX10_BLACKLIST:"\ "KFDMemoryTest.MMBench" +# Need to verify the following failed tests on another machine: +# Exceptions not being received during exception tests +# PerfCounters return HSAKMT_STATUS_INVALID_PARAMETER +# P2PBandwidth failing (wait times out) on node-to-multiple-nodes by [push, NONE] +FILTER[navi12]=\ +"$BLACKLIST_ALL_ASICS:"\ +"KFDExceptionTest.*:"\ +"KFDPerfCountersTest.*:"\ +"KFDPerformanceTest.P2PBandWidthTest:"\ +"$TEMP_GFX10_BLACKLIST" + FILTER[navi14]=\ "$BLACKLIST_ALL_ASICS:"\ "$TEMP_GFX10_BLACKLIST"