Skip to content

Commit

Permalink
[Autobackout][FunctionalRegression]Revert of change: 36cdc89: Minor r…
Browse files Browse the repository at this point in the history
…efactor

Minor refactor
  • Loading branch information
sys-igc authored and igcbot committed Aug 23, 2024
1 parent 1e296e5 commit 4193a87
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions IGC/Compiler/CISACodeGen/ShaderCodeGen.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -137,9 +137,7 @@ class CShader

// if true, HW will pass one GRF NOS of inlinedata to payload, (compute only right now)
virtual bool passNOSInlineData() { return false; }
virtual bool loadThreadPayload() {
return false;
}
virtual bool loadThreadPayload() { return false; }
virtual int getAnnotatedNumThreads() { return -1; }
virtual bool IsRegularGRFRequested() { return false; }
virtual bool IsLargeGRFRequested() { return false; }
Expand Down

0 comments on commit 4193a87

Please sign in to comment.