Description
Create a onnx model that contains each pattern.
Ensure that when the codegen is run with the -Dfuse flag, the fusion happens.
Update the CI/CD so that the fusion is tested for each pattern.
If any bug emerges, comment below and fix it.
Write all the necessary docs inside src/codegen/IR_zant/fusion explaining the process to create a new pattern (and fused op) and test it.
Description
Create a onnx model that contains each pattern.
Ensure that when the codegen is run with the
-Dfuseflag, the fusion happens.Update the CI/CD so that the fusion is tested for each pattern.
If any bug emerges, comment below and fix it.
Write all the necessary docs inside
src/codegen/IR_zant/fusionexplaining the process to create a new pattern (and fused op) and test it.