Please use GitHub pull requests for new patches. Phabricator shutdown timeline
Changeset View
Changeset View
Standalone View
Standalone View
mlir/include/mlir/Conversion/Passes.td
Show First 20 Lines • Show All 970 Lines • ▼ Show 20 Lines | let options = [ | ||||
Option<"amx", "enable-amx", | Option<"amx", "enable-amx", | ||||
"bool", /*default=*/"false", | "bool", /*default=*/"false", | ||||
"Enables the use of AMX dialect while lowering the vector " | "Enables the use of AMX dialect while lowering the vector " | ||||
"dialect.">, | "dialect.">, | ||||
Option<"armNeon", "enable-arm-neon", | Option<"armNeon", "enable-arm-neon", | ||||
"bool", /*default=*/"false", | "bool", /*default=*/"false", | ||||
"Enables the use of ArmNeon dialect while lowering the vector " | "Enables the use of ArmNeon dialect while lowering the vector " | ||||
"dialect.">, | "dialect.">, | ||||
Option<"armSME", "enable-arm-sme", | |||||
"bool", /*default=*/"false", | |||||
"Enables the use of ArmSME dialect while lowering the vector " | |||||
"dialect.">, | |||||
Option<"armSVE", "enable-arm-sve", | Option<"armSVE", "enable-arm-sve", | ||||
"bool", /*default=*/"false", | "bool", /*default=*/"false", | ||||
"Enables the use of ArmSVE dialect while lowering the vector " | "Enables the use of ArmSVE dialect while lowering the vector " | ||||
"dialect.">, | "dialect.">, | ||||
Option<"x86Vector", "enable-x86vector", | Option<"x86Vector", "enable-x86vector", | ||||
"bool", /*default=*/"false", | "bool", /*default=*/"false", | ||||
"Enables the use of X86Vector dialect while lowering the vector " | "Enables the use of X86Vector dialect while lowering the vector " | ||||
"dialect."> | "dialect."> | ||||
Show All 14 Lines |