|
MLIR 22.0.0git
|
#include "mlir/Conversion/Passes.h"
Public Attributes | |
| bool | reassociateFPReductions = false |
| bool | force32BitVectorIndices = true |
| bool | useVectorAlignment = false |
| bool | amx = false |
| bool | armNeon = false |
| bool | armSVE = false |
| bool | armI8MM = false |
| bool | armBF16 = false |
| bool | x86Vector = false |
| vector::VectorContractLowering | vectorContractLowering = vector::VectorContractLowering::Dot |
| vector::VectorTransposeLowering | vectorTransposeLowering = vector::VectorTransposeLowering::EltWise |
Definition at line 4975 of file Passes.h.
Referenced by mlir::sparse_tensor::SparsifierOptions::convertVectorToLLVMOptions().
Definition at line 4976 of file Passes.h.
Referenced by mlir::sparse_tensor::SparsifierOptions::convertVectorToLLVMOptions().
Definition at line 4977 of file Passes.h.
Referenced by mlir::sparse_tensor::SparsifierOptions::convertVectorToLLVMOptions().
Definition at line 4973 of file Passes.h.
Referenced by mlir::sparse_tensor::SparsifierOptions::convertVectorToLLVMOptions().
Definition at line 4972 of file Passes.h.
Referenced by mlir::sparse_tensor::SparsifierOptions::convertVectorToLLVMOptions().
| vector::VectorContractLowering mlir::ConvertVectorToLLVMPassOptions::vectorContractLowering = vector::VectorContractLowering::Dot |
| vector::VectorTransposeLowering mlir::ConvertVectorToLLVMPassOptions::vectorTransposeLowering = vector::VectorTransposeLowering::EltWise |
Definition at line 4980 of file Passes.h.
Referenced by mlir::sparse_tensor::SparsifierOptions::convertVectorToLLVMOptions().