| commit | 91c0aa5c1038ea9f4b1565b2f9894d5e8b10e85a | [log] [tgz] |
|---|---|---|
| author | Andrzej Warzynski <andrzej.warzynski@arm.com> | Sat Feb 22 13:56:02 2025 +0000 |
| committer | Andrzej Warzynski <andrzej.warzynski@arm.com> | Sat Feb 22 14:07:00 2025 +0000 |
| tree | 5ff67a4a55e98f275a14f8265392050651a2b7ba | |
| parent | 31824b2a11a8aa3e1d5c699cd0786ad666999abf [diff] |
[mlir][tensor][nfc] Clarify comments for `createPadHighOp` While reviewing this code, I realised that the rationale behind the assert was not very clear, so I updated the comments to clarify it. Relaxing the assert (i.e., allowing `resType.getNumDynamicDims() != dynOutDims.size()`) would require generating a mapping between `dynOutDims` and the dynamic dimensions of the output tensor. At the moment, this additional complexity is unnecessary. To minimize PR noise, I am submitting this without a review. However, please ping me if you believe this or similar changes should be reviewed before merging.
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.