File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -3716,9 +3716,7 @@ namespace IGC
3716
3716
3717
3717
bool clearHDCWritesBeforeEOT = m_program->m_DriverInfo ->UsesSparseAliasedResidency () &&
3718
3718
context->platform .WaInsertHDCFenceBeforeEOTWhenSparseAliasedResources ();
3719
- clearHDCWritesBeforeEOT |= ((context->type == ShaderType::PIXEL_SHADER) ||
3720
- (context->type == ShaderType::COMPUTE_SHADER) ||
3721
- (context->type == ShaderType::OPENCL_SHADER)) &&
3719
+ clearHDCWritesBeforeEOT |= context->type == ShaderType::PIXEL_SHADER &&
3722
3720
context->platform .NeedsHDCFenceBeforeEOTInPixelShader ();
3723
3721
clearHDCWritesBeforeEOT |= IGC_IS_FLAG_ENABLED (ForceMemoryFenceBeforeEOT);
3724
3722
@@ -3727,7 +3725,6 @@ namespace IGC
3727
3725
SaveOption (vISA_clearHDCWritesBeforeEOT, true );
3728
3726
}
3729
3727
3730
-
3731
3728
// Disable multi-threaded latencies in the vISA scheduler when not in 3D
3732
3729
if (context->type == ShaderType::OPENCL_SHADER)
3733
3730
{
You can’t perform that action at this time.
0 commit comments