| commit | 8cc616bc71dfe0648de3843a006ac8827c5fe59d | [log] [tgz] |
|---|---|---|
| author | Max191 <44243577+Max191@users.noreply.github.com> | Wed Nov 13 09:49:19 2024 -0500 |
| committer | GitHub <noreply@github.com> | Wed Nov 13 09:49:19 2024 -0500 |
| tree | 48fe2acfe3db8956e942a8a1e7ec9f9e822985be | |
| parent | 1884ffc41c20b1e08b30eef4e8ebbcc54543a139 [diff] |
[mlir] Clamp UnPackOp tiling sizes from operand tile (#112429) The `getIterationDomainTileFromOperandTile` implementation for tensor.unpack did not clamp sizes when the unpack op had extract_slice semantics. This PR fixes the bug. The PR also makes a minor change to `tileAndFuseConsumerOfSlice`. When replacing DPS inits, the iteration domain is needed, and it is computed from the tiled version of the operation after the initial tiling transformation. This can result in some extra indexing computation, so the PR changes it to use the original full sized cloned consumer op. --------- Signed-off-by: Max Dawkins <max.dawkins@gmail.com>
Welcome to the LLVM project!
This repository contains the source code for LLVM, a toolkit for the construction of highly optimized compilers, optimizers, and run-time environments.
The LLVM project has multiple components. The core of the project is itself called “LLVM”. This contains all of the tools, libraries, and header files needed to process intermediate representations and convert them into object files. Tools include an assembler, disassembler, bitcode analyzer, and bitcode optimizer.
C-like languages use the Clang frontend. This component compiles C, C++, Objective-C, and Objective-C++ code into LLVM bitcode -- and from there into object files, using LLVM.
Other components include: the libc++ C++ standard library, the LLD linker, and more.
Consult the Getting Started with LLVM page for information on building and running LLVM.
For information on how to contribute to the LLVM project, please take a look at the Contributing to LLVM guide.
Join the LLVM Discourse forums, Discord chat, LLVM Office Hours or Regular sync-ups.
The LLVM project has adopted a code of conduct for participants to all modes of communication within the project.