diff --git a/libhsakmt/tests/kfdtest/src/KFDTestUtil.cpp b/libhsakmt/tests/kfdtest/src/KFDTestUtil.cpp index a31630c510..866e8d8e86 100644 --- a/libhsakmt/tests/kfdtest/src/KFDTestUtil.cpp +++ b/libhsakmt/tests/kfdtest/src/KFDTestUtil.cpp @@ -148,10 +148,6 @@ bool hasPciAtomicsSupport(int node) { if (pNodeProperties->NumCPUCores && pNodeProperties->NumFComputeCores) return true; - /* gfx11 is able to perform aotmic ops even PCI reports no atomic support. */ - if (pNodeProperties->EngineId.ui32.Major >= 11) - return true; - HsaIoLinkProperties *IolinkProperties = new HsaIoLinkProperties[pNodeProperties->NumIOLinks]; if (hsaKmtGetNodeIoLinkProperties(node, pNodeProperties->NumIOLinks, IolinkProperties)) { LOG() << "Unable to get Node IO Link Information for node " << node << std::endl;