We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de53183 commit 8f1d2d2Copy full SHA for 8f1d2d2
IGC/Compiler/CISACodeGen/Platform.hpp
@@ -1902,7 +1902,7 @@ bool allowRemovingUnusedImplicitArguments() const
1902
if (IGC_IS_FLAG_SET(RemoveUnusedIdImplicitArguments))
1903
return IGC_IS_FLAG_ENABLED(RemoveUnusedIdImplicitArguments);
1904
1905
- return isCoreChildOf(IGFX_XE_HP_CORE) && !isCoreChildOf(IGFX_XE3_CORE);
+ return isCoreChildOf(IGFX_XE_HP_CORE) && !isCoreChildOf(IGFX_XE2_HPG_CORE);
1906
}
1907
1908
};
0 commit comments