Skip to content

Commit ce68f84

Browse files
pkwasnie-inteligcbot
authored andcommitted
disable ShortImplicitPayloadHeader
Disable ShortImplicitPayloadHeader for Xe1, Xe2.
1 parent ad05191 commit ce68f84

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

IGC/Compiler/CISACodeGen/Platform.hpp

+1-4
Original file line numberDiff line numberDiff line change
@@ -1902,10 +1902,7 @@ bool allowShortImplicitPayloadHeader() const
19021902
if (IGC_IS_FLAG_SET(ShortImplicitPayloadHeader))
19031903
return IGC_IS_FLAG_ENABLED(ShortImplicitPayloadHeader);
19041904

1905-
if (m_platformInfo.eProductFamily == IGFX_PVC)
1906-
return false;
1907-
1908-
return isCoreChildOf(IGFX_XE_HP_CORE) && !isCoreChildOf(IGFX_XE3_CORE);
1905+
return false;
19091906
}
19101907

19111908
bool allowRemovingUnusedImplicitArguments() const

0 commit comments

Comments
 (0)