Beaver.MLIR.Conversion (beaver v0.4.2)
Conversions MLIR provides by default.
Summary
Functions
Convert Arm NEON structured ops to intrinsics
Convert top-level AffineFor Ops to GPU kernels
Convert AMDGPU dialect to ROCDL dialect
Convert Arith operations to AMDGPU-specific implementations
Convert Arith dialect to ArmSME dialect
Convert Arith dialect to EmitC dialect
Convert Arith dialect to LLVM dialect
Convert Arith dialect to SPIR-V dialect
Lower the operations from the ArmSME dialect into the LLVM dialect
Lower the operations from the ArmSME dialect into the SCF dialect
Convert the operations from the async dialect into the LLVM dialect
Convert operations from the Bufferization dialect to the MemRef dialect
Convert ControlFlow operations to the LLVM dialect
Convert ControlFlow dialect to SPIR-V dialect
Convert Complex dialect to libm calls
Convert Complex dialect to LLVM dialect
Convert Complex dialect to SPIRV dialect
Convert Complex dialect to standard dialect
Convert Func dialect to EmitC dialect
Convert from the Func dialect to the LLVM dialect
Convert Func dialect to SPIR-V dialect
Generate LLVM operations to be ingested by a SPIR-V backend for gpu operations
Generate NVVM operations for gpu operations
Generate ROCDL operations for gpu operations
Convert GPU dialect to SPIR-V dialect
Lower the index
dialect to the llvm
dialect.
Lower the index
dialect to the spirv
dialect.
Convert the operations from the linalg dialect into the Standard dialect
Convert some Math operations to EmitC call_opaque operations
Convert Math operations to calls of outlined implementations.
Convert Math dialect to libm calls
Convert Math dialect to LLVM dialect
Convert Math dialect to ROCDL library calls
Convert Math dialect to SPIR-V dialect
Convert MemRef dialect to EmitC dialect
Convert MemRef dialect to SPIR-V dialect
Convert Mesh dialect to MPI dialect.
Convert NVGPU dialect to NVVM dialect
Convert NVVM to PTX with Inline Assembly in LLVM dialect
Convert the OpenACC ops to OpenACC with SCF dialect
Convert the OpenMP ops to OpenMP ops with LLVM dialect
Convert mapped scf.parallel ops to gpu launch operations
Convert PDL ops to PDL interpreter ops
Convert SCF dialect to ControlFlow dialect, replacing structured control flow with a CFG
Convert SCF dialect to EmitC dialect, maintaining structured control flow
Convert SCF parallel loop to OpenMP parallel + workshare constructs.
Convert SCF dialect to SPIR-V dialect.
Convert shape constraint operations to the standard dialect
Convert operations from the shape dialect into the standard dialect
Convert SPIR-V dialect to LLVM dialect
Convert some Tensor dialect ops to Linalg dialect
Convert Tensor dialect to SPIR-V dialect
Convert to LLVM via dialect interfaces found in the input IR
Convert to SPIR-V
Convert UB dialect to LLVM dialect
Convert UB dialect to SPIR-V dialect
Lower the operations from the vector dialect into the ArmSME dialect
Lower the operations from the vector dialect into the GPU dialect
Lower the operations from the vector dialect into the LLVM dialect
Lower the operations from the vector dialect into the SCF dialect
Convert Vector dialect to SPIR-V dialect
Lower the operations from the vector dialect into the XeGPU dialect
Finalize MemRef dialect to LLVM dialect conversion
Convert GPU dialect to LLVM dialect with GPU runtime calls
Lift ControlFlow dialect to SCF dialect
Lower Affine operations to a combination of Standard and SCF operations
Lowers the host module code and gpu.launch_func
to LLVM
Map numeric MemRef memory spaces to SPIR-V storage classes
Simplify and eliminate unrealized conversion casts
Attach a datalayout string as a module attribute
Lower TOSA to the Arith dialect
Lower TOSA to LinAlg on tensors
Lower TOSA to LinAlg named operations
Lower TOSA to the MLProgram dialect
Lower TOSA to the SCF dialect
Lower TOSA to the Tensor dialect
Functions
Convert Arm NEON structured ops to intrinsics
Argument name in MLIR CLI
arm-neon-2d-to-intr
Pass name in TableGen
ConvertArmNeon2dToIntr
Convert top-level AffineFor Ops to GPU kernels
Argument name in MLIR CLI
convert-affine-for-to-gpu
Pass name in TableGen
ConvertAffineForToGPU
Convert AMDGPU dialect to ROCDL dialect
Argument name in MLIR CLI
convert-amdgpu-to-rocdl
Pass name in TableGen
ConvertAMDGPUToROCDL
Convert Arith operations to AMDGPU-specific implementations
Argument name in MLIR CLI
convert-arith-to-amdgpu
Pass name in TableGen
ArithToAMDGPUConversionPass
Convert Arith dialect to ArmSME dialect
Argument name in MLIR CLI
convert-arith-to-arm-sme
Pass name in TableGen
ArithToArmSMEConversionPass
Convert Arith dialect to EmitC dialect
Argument name in MLIR CLI
convert-arith-to-emitc
Pass name in TableGen
ConvertArithToEmitC
Convert Arith dialect to LLVM dialect
Argument name in MLIR CLI
convert-arith-to-llvm
Pass name in TableGen
ArithToLLVMConversionPass
Convert Arith dialect to SPIR-V dialect
Argument name in MLIR CLI
convert-arith-to-spirv
Pass name in TableGen
ConvertArithToSPIRV
Lower the operations from the ArmSME dialect into the LLVM dialect
Argument name in MLIR CLI
convert-arm-sme-to-llvm
Pass name in TableGen
ConvertArmSMEToLLVM
Lower the operations from the ArmSME dialect into the SCF dialect
Argument name in MLIR CLI
convert-arm-sme-to-scf
Pass name in TableGen
ConvertArmSMEToSCF
Convert the operations from the async dialect into the LLVM dialect
Argument name in MLIR CLI
convert-async-to-llvm
Pass name in TableGen
ConvertAsyncToLLVMPass
Convert operations from the Bufferization dialect to the MemRef dialect
Argument name in MLIR CLI
convert-bufferization-to-memref
Pass name in TableGen
ConvertBufferizationToMemRef
Convert ControlFlow operations to the LLVM dialect
Argument name in MLIR CLI
convert-cf-to-llvm
Pass name in TableGen
ConvertControlFlowToLLVMPass
Convert ControlFlow dialect to SPIR-V dialect
Argument name in MLIR CLI
convert-cf-to-spirv
Pass name in TableGen
ConvertControlFlowToSPIRV
Convert Complex dialect to libm calls
Argument name in MLIR CLI
convert-complex-to-libm
Pass name in TableGen
ConvertComplexToLibm
Convert Complex dialect to LLVM dialect
Argument name in MLIR CLI
convert-complex-to-llvm
Pass name in TableGen
ConvertComplexToLLVMPass
Convert Complex dialect to SPIRV dialect
Argument name in MLIR CLI
convert-complex-to-spirv
Pass name in TableGen
ConvertComplexToSPIRVPass
Convert Complex dialect to standard dialect
Argument name in MLIR CLI
convert-complex-to-standard
Pass name in TableGen
ConvertComplexToStandard
Convert Func dialect to EmitC dialect
Argument name in MLIR CLI
convert-func-to-emitc
Pass name in TableGen
ConvertFuncToEmitC
Convert from the Func dialect to the LLVM dialect
Argument name in MLIR CLI
convert-func-to-llvm
Pass name in TableGen
ConvertFuncToLLVMPass
Convert Func dialect to SPIR-V dialect
Argument name in MLIR CLI
convert-func-to-spirv
Pass name in TableGen
ConvertFuncToSPIRV
Generate LLVM operations to be ingested by a SPIR-V backend for gpu operations
Argument name in MLIR CLI
convert-gpu-to-llvm-spv
Pass name in TableGen
ConvertGpuOpsToLLVMSPVOps
Generate NVVM operations for gpu operations
Argument name in MLIR CLI
convert-gpu-to-nvvm
Pass name in TableGen
ConvertGpuOpsToNVVMOps
Generate ROCDL operations for gpu operations
Argument name in MLIR CLI
convert-gpu-to-rocdl
Pass name in TableGen
ConvertGpuOpsToROCDLOps
Convert GPU dialect to SPIR-V dialect
Argument name in MLIR CLI
convert-gpu-to-spirv
Pass name in TableGen
ConvertGPUToSPIRV
Lower the index
dialect to the llvm
dialect.
Argument name in MLIR CLI
convert-index-to-llvm
Pass name in TableGen
ConvertIndexToLLVMPass
Lower the index
dialect to the spirv
dialect.
Argument name in MLIR CLI
convert-index-to-spirv
Pass name in TableGen
ConvertIndexToSPIRVPass
Convert the operations from the linalg dialect into the Standard dialect
Argument name in MLIR CLI
convert-linalg-to-std
Pass name in TableGen
ConvertLinalgToStandard
Convert some Math operations to EmitC call_opaque operations
Argument name in MLIR CLI
convert-math-to-emitc
Pass name in TableGen
ConvertMathToEmitC
Convert Math operations to calls of outlined implementations.
Argument name in MLIR CLI
convert-math-to-funcs
Pass name in TableGen
ConvertMathToFuncs
Convert Math dialect to libm calls
Argument name in MLIR CLI
convert-math-to-libm
Pass name in TableGen
ConvertMathToLibm
Convert Math dialect to LLVM dialect
Argument name in MLIR CLI
convert-math-to-llvm
Pass name in TableGen
ConvertMathToLLVMPass
Convert Math dialect to ROCDL library calls
Argument name in MLIR CLI
convert-math-to-rocdl
Pass name in TableGen
ConvertMathToROCDL
Convert Math dialect to SPIR-V dialect
Argument name in MLIR CLI
convert-math-to-spirv
Pass name in TableGen
ConvertMathToSPIRV
Convert MemRef dialect to EmitC dialect
Argument name in MLIR CLI
convert-memref-to-emitc
Pass name in TableGen
ConvertMemRefToEmitC
Convert MemRef dialect to SPIR-V dialect
Argument name in MLIR CLI
convert-memref-to-spirv
Pass name in TableGen
ConvertMemRefToSPIRV
Convert Mesh dialect to MPI dialect.
Argument name in MLIR CLI
convert-mesh-to-mpi
Pass name in TableGen
ConvertMeshToMPIPass
Convert NVGPU dialect to NVVM dialect
Argument name in MLIR CLI
convert-nvgpu-to-nvvm
Pass name in TableGen
ConvertNVGPUToNVVMPass
Convert NVVM to PTX with Inline Assembly in LLVM dialect
Argument name in MLIR CLI
convert-nvvm-to-llvm
Pass name in TableGen
ConvertNVVMToLLVMPass
Convert the OpenACC ops to OpenACC with SCF dialect
Argument name in MLIR CLI
convert-openacc-to-scf
Pass name in TableGen
ConvertOpenACCToSCF
Convert the OpenMP ops to OpenMP ops with LLVM dialect
Argument name in MLIR CLI
convert-openmp-to-llvm
Pass name in TableGen
ConvertOpenMPToLLVMPass
Convert mapped scf.parallel ops to gpu launch operations
Argument name in MLIR CLI
convert-parallel-loops-to-gpu
Pass name in TableGen
ConvertParallelLoopToGpu
Convert PDL ops to PDL interpreter ops
Argument name in MLIR CLI
convert-pdl-to-pdl-interp
Pass name in TableGen
ConvertPDLToPDLInterp
Convert SCF dialect to ControlFlow dialect, replacing structured control flow with a CFG
Argument name in MLIR CLI
convert-scf-to-cf
Pass name in TableGen
SCFToControlFlow
Convert SCF dialect to EmitC dialect, maintaining structured control flow
Argument name in MLIR CLI
convert-scf-to-emitc
Pass name in TableGen
SCFToEmitC
Convert SCF parallel loop to OpenMP parallel + workshare constructs.
Argument name in MLIR CLI
convert-scf-to-openmp
Pass name in TableGen
ConvertSCFToOpenMPPass
Convert SCF dialect to SPIR-V dialect.
Argument name in MLIR CLI
convert-scf-to-spirv
Pass name in TableGen
SCFToSPIRV
Convert shape constraint operations to the standard dialect
Argument name in MLIR CLI
convert-shape-constraints
Pass name in TableGen
ConvertShapeConstraints
Convert operations from the shape dialect into the standard dialect
Argument name in MLIR CLI
convert-shape-to-std
Pass name in TableGen
ConvertShapeToStandard
Convert SPIR-V dialect to LLVM dialect
Argument name in MLIR CLI
convert-spirv-to-llvm
Pass name in TableGen
ConvertSPIRVToLLVMPass
Convert some Tensor dialect ops to Linalg dialect
Argument name in MLIR CLI
convert-tensor-to-linalg
Pass name in TableGen
ConvertTensorToLinalg
Convert Tensor dialect to SPIR-V dialect
Argument name in MLIR CLI
convert-tensor-to-spirv
Pass name in TableGen
ConvertTensorToSPIRV
Convert to LLVM via dialect interfaces found in the input IR
Argument name in MLIR CLI
convert-to-llvm
Pass name in TableGen
ConvertToLLVMPass
Convert to SPIR-V
Argument name in MLIR CLI
convert-to-spirv
Pass name in TableGen
ConvertToSPIRVPass
Convert UB dialect to LLVM dialect
Argument name in MLIR CLI
convert-ub-to-llvm
Pass name in TableGen
UBToLLVMConversionPass
Convert UB dialect to SPIR-V dialect
Argument name in MLIR CLI
convert-ub-to-spirv
Pass name in TableGen
UBToSPIRVConversionPass
Lower the operations from the vector dialect into the ArmSME dialect
Argument name in MLIR CLI
convert-vector-to-arm-sme
Pass name in TableGen
ConvertVectorToArmSME
Lower the operations from the vector dialect into the GPU dialect
Argument name in MLIR CLI
convert-vector-to-gpu
Pass name in TableGen
ConvertVectorToGPU
Lower the operations from the vector dialect into the LLVM dialect
Argument name in MLIR CLI
convert-vector-to-llvm
Pass name in TableGen
ConvertVectorToLLVMPass
Lower the operations from the vector dialect into the SCF dialect
Argument name in MLIR CLI
convert-vector-to-scf
Pass name in TableGen
ConvertVectorToSCF
Convert Vector dialect to SPIR-V dialect
Argument name in MLIR CLI
convert-vector-to-spirv
Pass name in TableGen
ConvertVectorToSPIRV
Lower the operations from the vector dialect into the XeGPU dialect
Argument name in MLIR CLI
convert-vector-to-xegpu
Pass name in TableGen
ConvertVectorToXeGPU
Finalize MemRef dialect to LLVM dialect conversion
Argument name in MLIR CLI
finalize-memref-to-llvm
Pass name in TableGen
FinalizeMemRefToLLVMConversionPass
Convert GPU dialect to LLVM dialect with GPU runtime calls
Argument name in MLIR CLI
gpu-to-llvm
Pass name in TableGen
GpuToLLVMConversionPass
Lift ControlFlow dialect to SCF dialect
Argument name in MLIR CLI
lift-cf-to-scf
Pass name in TableGen
LiftControlFlowToSCFPass
Lower Affine operations to a combination of Standard and SCF operations
Argument name in MLIR CLI
lower-affine
Pass name in TableGen
ConvertAffineToStandard
Lowers the host module code and gpu.launch_func
to LLVM
Argument name in MLIR CLI
lower-host-to-llvm
Pass name in TableGen
LowerHostCodeToLLVMPass
Map numeric MemRef memory spaces to SPIR-V storage classes
Argument name in MLIR CLI
map-memref-spirv-storage-class
Pass name in TableGen
MapMemRefStorageClass
Simplify and eliminate unrealized conversion casts
Argument name in MLIR CLI
reconcile-unrealized-casts
Pass name in TableGen
ReconcileUnrealizedCasts
Attach a datalayout string as a module attribute
Argument name in MLIR CLI
set-llvm-module-datalayout
Pass name in TableGen
SetLLVMModuleDataLayoutPass
Lower TOSA to the Arith dialect
Argument name in MLIR CLI
tosa-to-arith
Pass name in TableGen
TosaToArith
Lower TOSA to LinAlg on tensors
Argument name in MLIR CLI
tosa-to-linalg
Pass name in TableGen
TosaToLinalg
Lower TOSA to LinAlg named operations
Argument name in MLIR CLI
tosa-to-linalg-named
Pass name in TableGen
TosaToLinalgNamed
Lower TOSA to the MLProgram dialect
Argument name in MLIR CLI
tosa-to-mlprogram
Pass name in TableGen
TosaToMLProgram
Lower TOSA to the SCF dialect
Argument name in MLIR CLI
tosa-to-scf
Pass name in TableGen
TosaToSCF
Lower TOSA to the Tensor dialect
Argument name in MLIR CLI
tosa-to-tensor
Pass name in TableGen
TosaToTensor