| commit | f291f335c9628ea8d855fcc7c246171d70ceff58 | [log] [tgz] |
|---|---|---|
| author | Nishant Patel <nishant.b.patel@intel.com> | Tue Nov 04 19:37:08 2025 -0800 |
| committer | GitHub <noreply@github.com> | Tue Nov 04 19:37:08 2025 -0800 |
| tree | 251817fd4e5d4187af1e460e7b11f7f172ef8568 | |
| parent | 952d4b4c0bc959afe6bf18a7550fab024ab5a9b8 [diff] |
[MLIR][XeGPU] Support order attribute and add pattern for vector.transpose in WgToSg Pass (#165307) This PR does the following: 1. Handle order attribute during the delinearization from linear subgroup Id to multi-dim id. 2. Adds a transformation pattern for vector.transpose in wg to sg pass. 3. Updates CHECKS in the wg to sg tests
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.