| commit | 7b007c092d665bcb3f00ff937e04b20e6ec32c55 | [log] [tgz] |
|---|---|---|
| author | Jack Frankland <jack.frankland@arm.com> | Mon Apr 07 11:37:26 2025 +0100 |
| committer | GitHub <noreply@github.com> | Mon Apr 07 11:37:26 2025 +0100 |
| tree | 38895927635cf3623fca55f412c0a226b489f65c | |
| parent | c9157d4692bb47b1fa6f053fd780ff47415590d5 [diff] |
[mlir][tosa-to-linalg] Add acc_type lowering Support (#134267) Add support for lowering of convolution operations where the `acc_type` attribute differs from the result type of the operation. The only case of this in for convolutions in the TOSA-v1.0 specification is an fp16 convolution which internally uses an fp32 accumulator; all other operations have accumulator types that match their output/result types. Add lit tests for the fp16 convolution with fp32 accumulator operators described above. Signed-off-by: Jack Frankland <jack.frankland@arm.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.