aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Frontend/InitPreprocessor.cpp
diff options
context:
space:
mode:
authorKunwar Grover <groverkss@gmail.com>2024-12-18 13:24:47 +0000
committerGitHub <noreply@github.com>2024-12-18 13:24:47 +0000
commit4b56345895729fda3bc3c094bc3f237ba3a49686 (patch)
tree639a464816996c61568410b784ffb57693563403 /clang/lib/Frontend/InitPreprocessor.cpp
parente7303fe80a0bea124422219356c1c9e845110a77 (diff)
downloadllvm-4b56345895729fda3bc3c094bc3f237ba3a49686.zip
llvm-4b56345895729fda3bc3c094bc3f237ba3a49686.tar.gz
llvm-4b56345895729fda3bc3c094bc3f237ba3a49686.tar.bz2
[mlir][SCF] Unify tileUsingFor and tileReductionUsingFor implementation (#120115)
This patch unifies the tiling implementation for tileUsingFor and tileReductionUsingFor. This is done by passing an addition option to SCFTilingOptions, allowing it to set how reduction dimensions should be tiled. Currently, there are 3 different options for reduction tiling: FullReduction (old tileUsingFor), PartialReductionOuterReduction (old tileReductionUsingFor) and PartialReductionOuterParallel (linalg::tileReductionUsingForall, this isn't implemented in this patch). The patch makes tileReductionUsingFor use the tileUsingFor implementation with the new reduction tiling options. There are no test changes because the implementation was doing almost the exactly same thing. This was also tested in IREE (which uses both these APIs heavily) and there were no test changes.
Diffstat (limited to 'clang/lib/Frontend/InitPreprocessor.cpp')
0 files changed, 0 insertions, 0 deletions