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 50a23f8 commit bdc7ed0Copy full SHA for bdc7ed0
IGC/Compiler/CISACodeGen/Platform.hpp
@@ -450,7 +450,6 @@ bool hasCorrectlyRoundedMacros() const {
450
}
451
452
bool hasFusedEU() const { return m_platformInfo.eRenderCoreFamily >= IGFX_GEN12_CORE; }
453
-bool supports256GRFPerThread() const { return false; }
454
bool supportMixMode() const {
455
return IGC_IS_FLAG_ENABLED(ForceMixMode) ||
456
(IGC_IS_FLAG_DISABLED(DisableMixMode) &&
0 commit comments