mirror of
https://github.com/intel/intel-graphics-compiler.git
synced 2025-10-30 08:18:26 +08:00
waveall-stub and wider dependency window inside IGCVectorizer
waveall-stub and wider dependency window inside IGCVectorizer
This commit is contained in:
@ -960,7 +960,7 @@ DECLARE_IGC_REGKEY(bool, EnableScalarTypedAtomics, true, "Enable the Scalar Type
|
|||||||
DECLARE_IGC_REGKEY(bool, EnableScalarPhisMerger, true,
|
DECLARE_IGC_REGKEY(bool, EnableScalarPhisMerger, true,
|
||||||
"enable optimization that merges scalar phi nodes into vector ones", true)
|
"enable optimization that merges scalar phi nodes into vector ones", true)
|
||||||
DECLARE_IGC_REGKEY(bool, EnableVectorizer, true, "Enable IGCVectorizer pass", true)
|
DECLARE_IGC_REGKEY(bool, EnableVectorizer, true, "Enable IGCVectorizer pass", true)
|
||||||
DECLARE_IGC_REGKEY(DWORD, VectorizerDepWindowMultiplier, 2,
|
DECLARE_IGC_REGKEY(DWORD, VectorizerDepWindowMultiplier, 6,
|
||||||
"Multiplier for the slice size to account for vectorizer dependency check window", true)
|
"Multiplier for the slice size to account for vectorizer dependency check window", true)
|
||||||
DECLARE_IGC_REGKEY(bool, VectorizerCheckScalarizer, false, "Add scalariser after vectorizer to check performance", true)
|
DECLARE_IGC_REGKEY(bool, VectorizerCheckScalarizer, false, "Add scalariser after vectorizer to check performance", true)
|
||||||
DECLARE_IGC_REGKEY(DWORD, VectorizerList, -1, "Vectorize only one seed instruction with the provided number", true)
|
DECLARE_IGC_REGKEY(DWORD, VectorizerList, -1, "Vectorize only one seed instruction with the provided number", true)
|
||||||
@ -973,7 +973,7 @@ DECLARE_IGC_REGKEY(bool, VectorizerAllowFADD, true, "Allow FADD instructions ins
|
|||||||
DECLARE_IGC_REGKEY(bool, VectorizerAllowFSUB, true, "Allow FSUB instructions inside vectorizer", true)
|
DECLARE_IGC_REGKEY(bool, VectorizerAllowFSUB, true, "Allow FSUB instructions inside vectorizer", true)
|
||||||
DECLARE_IGC_REGKEY(bool, VectorizerAllowEXP2, true, "Allow EXP2 instructions inside vectorizer", true)
|
DECLARE_IGC_REGKEY(bool, VectorizerAllowEXP2, true, "Allow EXP2 instructions inside vectorizer", true)
|
||||||
DECLARE_IGC_REGKEY(bool, VectorizerAllowMAXNUM, true, "Allow MAXNUM instructions inside vectorizer", true)
|
DECLARE_IGC_REGKEY(bool, VectorizerAllowMAXNUM, true, "Allow MAXNUM instructions inside vectorizer", true)
|
||||||
DECLARE_IGC_REGKEY(bool, VectorizerAllowWAVEALL, false, "Allow WAVEALL instructions inside vectorizer", true)
|
DECLARE_IGC_REGKEY(bool, VectorizerAllowWAVEALL, true, "Allow WAVEALL instructions inside vectorizer", true)
|
||||||
DECLARE_IGC_REGKEY(bool, VectorizerAllowCMP, true, "Allow CMP instructions inside vectorizer", true)
|
DECLARE_IGC_REGKEY(bool, VectorizerAllowCMP, true, "Allow CMP instructions inside vectorizer", true)
|
||||||
DECLARE_IGC_REGKEY(bool, VectorizerAllowSelect, true, "Allow Select instructions inside vectorizer", true)
|
DECLARE_IGC_REGKEY(bool, VectorizerAllowSelect, true, "Allow Select instructions inside vectorizer", true)
|
||||||
DECLARE_IGC_REGKEY(bool, VectorizerAllowFMADMatching, true,
|
DECLARE_IGC_REGKEY(bool, VectorizerAllowFMADMatching, true,
|
||||||
|
|||||||
Reference in New Issue
Block a user