Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/GPUOpen-Drivers/llpc
LLVM-Based Pipeline Compiler
https://github.com/GPUOpen-Drivers/llpc
Last synced: 3 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 (over 6 years ago)
- Default Branch: dev
- Last Pushed: 2024-10-30T09:38:04.000Z (4 months ago)
- Last Synced: 2024-10-30T10:32:31.340Z (4 months ago)
- Language: C++
- Homepage:
- Size: 27.1 MB
- Stars: 167
- Watchers: 43
- Forks: 115
- Open Issues: 3
-
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.