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 1e296e5 commit 4193a87Copy full SHA for 4193a87
IGC/Compiler/CISACodeGen/ShaderCodeGen.hpp
@@ -137,9 +137,7 @@ 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() {
141
- return false;
142
- }
+ virtual bool loadThreadPayload() { return false; }
143
virtual int getAnnotatedNumThreads() { return -1; }
144
virtual bool IsRegularGRFRequested() { return false; }
145
virtual bool IsLargeGRFRequested() { return false; }
0 commit comments