Skip to content

Commit 36cdc89

Browse files
skarczewigcbot
authored andcommitted
Minor refactor
Minor refactor
1 parent 6ae86bd commit 36cdc89

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

IGC/Compiler/CISACodeGen/ShaderCodeGen.hpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,9 @@ 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() { return false; }
140+
virtual bool loadThreadPayload() {
141+
return false;
142+
}
141143
virtual int getAnnotatedNumThreads() { return -1; }
142144
virtual bool IsRegularGRFRequested() { return false; }
143145
virtual bool IsLargeGRFRequested() { return false; }

0 commit comments

Comments
 (0)