# The HPVM Compiler Infrastructure

This repository contains the source code and documentation for the HPVM Compiler Infrastructure.

HPVM is a compiler for heterogeneous parallel system.
For more about what HPVM is, see [our website](https://publish.illinois.edu/hpvm-project/)
and publications:
[PPoPP'18 paper](https://dl.acm.org/doi/pdf/10.1145/3200691.3178493),
[OOPSLA'19 paper](https://dl.acm.org/doi/10.1145/3360612),
[PPoPP'21 paper](https://dl.acm.org/doi/10.1145/3437801.3446108).

HPVM is currently at **version 1.0**.

For instruction on how to build and install HPVM, see [here](/hpvm/docs/install.rst);
for how to use HPVM, see [here](/hpvm/docs/getting_started.rst).

## Support

All questions can be directed to [hpvm-dev@lists.cs.illinois.edu](mailto:hpvm-dev@lists.cs.illinois.edu).

## References

Some documents on technical details and the internal working of HPVM:

* [HPVM IR Specification](/hpvm/docs/references/hpvm-specification.md)
* [HPVM-C Language Specification](/hpvm/docs/references/hpvm-c.md)
* [HPVM Compilation Process](/hpvm/docs/references/compilation-process.rst)