Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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.