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 6ae86bd commit 36cdc89Copy full SHA for 36cdc89
IGC/Compiler/CISACodeGen/ShaderCodeGen.hpp
@@ -137,7 +137,9 @@ class CShader
137
138
// if true, HW will pass one GRF NOS of inlinedata to payload, (compute only right now)
139
virtual bool passNOSInlineData() { return false; }
140
- virtual bool loadThreadPayload() { return false; }
+ virtual bool loadThreadPayload() {
141
+ return false;
142
+ }
143
virtual int getAnnotatedNumThreads() { return -1; }
144
virtual bool IsRegularGRFRequested() { return false; }
145
virtual bool IsLargeGRFRequested() { return false; }
0 commit comments