| commit | 46ad5408fc8e31e97f5b1191320ca449c00f4191 | [log] [tgz] |
|---|---|---|
| author | Hsiangkai Wang <hsiangkai.wang@arm.com> | Wed Sep 17 09:10:52 2025 +0100 |
| committer | GitHub <noreply@github.com> | Wed Sep 17 09:10:52 2025 +0100 |
| tree | 811391229d6795a835768d26ef3dd45c5a712be2 | |
| parent | 75469bb376b7fa931d03ea95f6b7142d27ef0e51 [diff] |
[mlir][gpu][vector] Lower Vector dialect to GPU for element-wise ops only (#159091) Current convertVectorToMMAOps starts from vector.contract and finds its dependencies as the targets to convert. In GPU dialect, we have gpu.subgroup_mma_elementwise operation. We should be able to lower element-wise operations to GPU MMA operations without vector.contract. This patch adds this case to the pattern.
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.