https://github.com/GPUOpen-Drivers/llpc
LLVM-Based Pipeline Compiler
https://github.com/GPUOpen-Drivers/llpc
Last synced: about 2 months ago
JSON representation
LLVM-Based Pipeline Compiler
- Host: GitHub
- URL: https://github.com/GPUOpen-Drivers/llpc
- Owner: GPUOpen-Drivers
- License: mit
- Created: 2018-06-05T06:06:02.000Z (about 7 years ago)
- Default Branch: dev
- Last Pushed: 2025-03-13T10:09:34.000Z (3 months ago)
- Last Synced: 2025-04-12T04:44:40.004Z (about 2 months ago)
- Language: C++
- Homepage:
- Size: 34 MB
- Stars: 177
- Watchers: 41
- Forks: 115
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: docs/Contributing.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
- AwesomeCompiler - llpc
README
# LLVM-Based Pipeline Compiler (LLPC)
## Documentation
* [LLPC overview](llpc/docs/LlpcOverview.md)
* [amdllpc standalone compiler](llpc/docs/amdllpc.md)
* [Coding standard](docs/CodingStandards.md)
* [Contributing guidelines](docs/Contributing.md)
## Third Party Software
LLPC contains code written by third parties:
* SPIRV-LLVM translator is distributed under the terms of University of Illinois/NCSA Open Source License. See llpc/translator/LICENSE.TXT.
* SPIRV-Tools is distributed under the terms of Apache License version 2.0. See llpc/translator/hex_float.h and bitutils.h.