"llvm/git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "81e66abd1e027691691cfaec062c0b7f6611f35b"
[mlir][linalg] Control dimensions to pad.
This revision supports padding only a subset of the iteration dimensions via an additional padding-dimensions parameter. This control allows us to pad an operation in multiple steps. For example, one may want to pad only the output dimensions of a producer matmul fused into a consumer loop nest, before tiling and padding its reduction dimension. Depends On D122309 Reviewed By: nicolasvasilache Differential Revision: https://reviews.llvm.org/D122560
Loading
Please register or sign in to comment