-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Description
Here is the list of transformations that we'd like to verify primarily:
- linalg.conv->matmul
- linalg-fusion-for-tensor-ops(https://github.com/llvm/llvm-project/blob/d6467e00dfccf10aa91e5a1d55d981a9b13642a3/mlir/include/mlir/Dialect/Linalg/Passes.td#L59)
- tileLinalgOp code
- linalg.matmul to a loop of mul+add
- Folding linalg.subview+load
- Folding tensor_load + extract to load
- linalg to llvm plan conv loop order
- tosa-to-linalg
What else? @makesource @strike-f
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels