Skip to content

Enzyme Dialect

Reactant.MLIR.Dialects.enzyme.addTo Method

addTo

TODO

source
Reactant.MLIR.Dialects.enzyme.broadcast Method

broadcast

Broadcast the operand by adding extra dimensions with sizes provided by the shape attribute to the front. For scalar operands, ranked tensor is created.

NOTE: Only works for scalar and ranked tensor operands for now.

source
Reactant.MLIR.Dialects.enzyme.concat Method

concat

Concat list of input arguments into a generic value

source
Reactant.MLIR.Dialects.enzyme.dump Method

dump

Debug operation that dumps a tensor value with a label.

source
Reactant.MLIR.Dialects.enzyme.extract Method

extract

Extract value from batched operand at index

source