Files
gentoo/dev-libs/roct-thunk-interface/files/kfdtest-6.1.0-skipIPCtest.patch
Yiyang Wu 766f19ce12 dev-libs/roct-thunk-interface: skip unsupported test
Signed-off-by: Yiyang Wu <xgreenlandforwyy@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
2024-06-26 10:19:05 +01:00

21 lines
955 B
Diff

Issue: https://github.com/ROCm/ROCT-Thunk-Interface/issues/103
===================================================================
--- ROCT-Thunk-Interface-rocm-6.1.1.orig/tests/kfdtest/scripts/kfdtest.exclude
+++ ROCT-Thunk-Interface-rocm-6.1.1/tests/kfdtest/scripts/kfdtest.exclude
@@ -63,6 +63,7 @@ PERMANENT_BLACKLIST_ALL_ASICS=\
# failures can be found
# NOTE: If you update this alphabetical listing, add the corresponding JIRA ticket for reference
#
+# KFDIPCTest.BasicTest are not compatible with upstream amdgpu kernel module
# KFDQMTest.GPUDoorbellWrite fails intermittently (KFD-318)
# KFDQMTest.mGPUShareBO (KFD-334)
# KFDHWSTest.* (SWDEV-193035)
@@ -72,6 +73,7 @@ PERMANENT_BLACKLIST_ALL_ASICS=\
# KFDDBGTest.SuspendQueues (SWDEV-417850)
# KFDDBGTest.HitAddressWatch (SWDEV-420281)
TEMPORARY_BLACKLIST_ALL_ASICS=\
+"KFDIPCTest.BasicTest:"\
"KFDQMTest.GPUDoorbellWrite:"\
"KFDQMTest.mGPUShareBO:"\
"KFDQMTest.SdmaEventInterrupt:"\