Skip to content

Commit bdc7ed0

Browse files
jfuentesigcbot
authored andcommitted
Remove redundant GRF check
1 parent 50a23f8 commit bdc7ed0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

IGC/Compiler/CISACodeGen/Platform.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,6 @@ bool hasCorrectlyRoundedMacros() const {
450450
}
451451

452452
bool hasFusedEU() const { return m_platformInfo.eRenderCoreFamily >= IGFX_GEN12_CORE; }
453-
bool supports256GRFPerThread() const { return false; }
454453
bool supportMixMode() const {
455454
return IGC_IS_FLAG_ENABLED(ForceMixMode) ||
456455
(IGC_IS_FLAG_DISABLED(DisableMixMode) &&

0 commit comments

Comments
 (0)