Skip to content

Commit 4193a87

Browse files
sys-igcigcbot
authored andcommitted
[Autobackout][FunctionalRegression]Revert of change: 36cdc89: Minor refactor
Minor refactor
1 parent 1e296e5 commit 4193a87

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

IGC/Compiler/CISACodeGen/ShaderCodeGen.hpp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -137,9 +137,7 @@ class CShader
137137

138138
// if true, HW will pass one GRF NOS of inlinedata to payload, (compute only right now)
139139
virtual bool passNOSInlineData() { return false; }
140-
virtual bool loadThreadPayload() {
141-
return false;
142-
}
140+
virtual bool loadThreadPayload() { return false; }
143141
virtual int getAnnotatedNumThreads() { return -1; }
144142
virtual bool IsRegularGRFRequested() { return false; }
145143
virtual bool IsLargeGRFRequested() { return false; }

0 commit comments

Comments
 (0)