@@ -958,7 +958,7 @@ DECLARE_IGC_REGKEY(bool, EnableScalarTypedAtomics, true, "Enable the Scalar Type
958958DECLARE_IGC_REGKEY (bool , EnableScalarPhisMerger , true,
959959 "enable optimization that merges scalar phi nodes into vector ones" , true)
960960DECLARE_IGC_REGKEY (bool , EnableVectorizer , true, "Enable IGCVectorizer pass" , true)
961- DECLARE_IGC_REGKEY (DWORD , VectorizerDepWindowMultiplier , 6 ,
961+ DECLARE_IGC_REGKEY (DWORD , VectorizerDepWindowMultiplier , 2 ,
962962 "Multiplier for the slice size to account for vectorizer dependency check window" , true)
963963DECLARE_IGC_REGKEY (bool , VectorizerCheckScalarizer , false, "Add scalariser after vectorizer to check performance" , true)
964964DECLARE_IGC_REGKEY (DWORD , VectorizerList , -1 , "Vectorize only one seed instruction with the provided number" , true)
@@ -970,7 +970,7 @@ DECLARE_IGC_REGKEY(bool, VectorizerAllowFADD, true, "Allow FADD instructions ins
970970DECLARE_IGC_REGKEY (bool , VectorizerAllowFSUB , true, "Allow FSUB instructions inside vectorizer" , true)
971971DECLARE_IGC_REGKEY (bool , VectorizerAllowEXP2 , true, "Allow EXP2 instructions inside vectorizer" , true)
972972DECLARE_IGC_REGKEY (bool , VectorizerAllowMAXNUM , true, "Allow MAXNUM instructions inside vectorizer" , true)
973- DECLARE_IGC_REGKEY (bool , VectorizerAllowWAVEALL , true , "Allow WAVEALL instructions inside vectorizer" , true)
973+ DECLARE_IGC_REGKEY (bool , VectorizerAllowWAVEALL , false , "Allow WAVEALL instructions inside vectorizer" , true)
974974DECLARE_IGC_REGKEY (bool , VectorizerAllowCMP , true, "Allow CMP instructions inside vectorizer" , true)
975975DECLARE_IGC_REGKEY (bool , VectorizerAllowSelect , true, "Allow Select instructions inside vectorizer" , true)
976976DECLARE_IGC_REGKEY (bool , VectorizerAllowFMADMatching , true,
0 commit comments