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 f35b024 commit cf76b17Copy full SHA for cf76b17
IGC/Compiler/CISACodeGen/CShader.cpp
@@ -3309,9 +3309,7 @@ bool CShader::CompileSIMDSizeInCommon(SIMDMode simdMode)
3309
3310
uint32_t CShader::GetShaderThreadUsageRate()
3311
{
3312
- uint32_t grfNum = GRF_TOTAL_NUM;
3313
-
3314
- return grfNum / GRF_TOTAL_NUM;
+ return 1;
3315
}
3316
3317
CShader* CShaderProgram::GetShader(SIMDMode simd, ShaderDispatchMode mode)
0 commit comments