Add the max operation to the OpDSL and introduce a max pooling operation to test the implementation. As MLIR has no builtin max operation, the max function is lowered to a compare and select pair.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo