| commit | 3866e4e7f85aacd0e47978b22084ed00ebcd0531 | [log] [tgz] |
|---|---|---|
| author | Durgadoss R <durgadossr@nvidia.com> | Sat Jul 19 17:16:21 2025 +0530 |
| committer | GitHub <noreply@github.com> | Sat Jul 19 17:16:21 2025 +0530 |
| tree | 499960ed0895b0ce1d8fbfb5998c68d5e4d655bf | |
| parent | 193de1a566aa5a10a6f63f6f7c7fca2e52a7d75b [diff] |
[NVPTX] Add im2colw/w128 modes support to TMA intrinsics (#148863) This patch adds support for the im2col-w/w128 and scatter/gather modes for TMA Copy and Prefetch intrinsics, completing support for all the available modes. These are lowered through tablegen, building on top of earlier patches. * lit tests are added for all the combinations and verified with a 12.8 ptxas executable. * Documentation is updated in the NVPTXUsage.rst file. Signed-off-by: Durgadoss R <durgadossr@nvidia.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.