commit | 7daa5010ab6a2ae77ac88ffd84e2cc37a2e11faa | [log] [tgz] |
---|---|---|
author | Alex MacLean <amaclean@nvidia.com> | Thu Apr 17 07:37:24 2025 -0700 |
committer | GitHub <noreply@github.com> | Thu Apr 17 07:37:24 2025 -0700 |
tree | 153442f8768e030078efaf4f0e7a1c049ccf441d | |
parent | 427a7792b15d28a7962e42b5f677bfde9383e975 [diff] |
[NVPTX] Cleanup and document nvvm.fabs intrinsics, adding f16 support (#135644) This change unifies the NVVM intrinsics for floating point absolute value into two new overloaded intrinsics "llvm.nvvm.fabs.*" and "llvm.nvvm.fabs.ftz.*". Documentation has been added specifying the semantics of these intrinsics to clarify how they differ from "llvm.fabs.*". In addition, support for these new intrinsics is extended to cover the f16 variants.
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.