Skip to content

Commit 5b21d1b

Browse files
lwesierspszymich
authored andcommitted
Revert of vector8 load/store on OCL
Revert of enable by default vector8 load/store on OCL (cherry picked from commit 97b3d8f)
1 parent 2bf94ed commit 5b21d1b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

IGC/Compiler/CISACodeGen/ShaderCodeGen.cpp

+1-2
Original file line numberDiff line numberDiff line change
@@ -767,8 +767,7 @@ void AddLegalizationPasses(CodeGenContext& ctx, IGCPassManager& mpm, PSSignature
767767

768768
bool AllowVector8LoadStore =
769769
IGC_IS_FLAG_ENABLED(EnableVector8LoadStore) ||
770-
((ctx.type == ShaderType::RAYTRACING_SHADER || ctx.hasSyncRTCalls()) && ctx.platform.supports8DWLSCMessage()) ||
771-
ctx.platform.getPlatformInfo().eProductFamily == IGFX_PVC;
770+
((ctx.type == ShaderType::RAYTRACING_SHADER || ctx.hasSyncRTCalls()) && ctx.platform.supports8DWLSCMessage());
772771

773772
mpm.add(createMemOptPass(AllowNegativeSymPtrsForLoad, AllowVector8LoadStore));
774773

0 commit comments

Comments
 (0)