This repository hosts HCC compiler implementation project. The goal is to implement a compiler that takes a program conforming parallel programming standards such as C++ AMP, HC, C++ 17 ParallelSTL, or OpenMP and transforms it into AMD GCN ISA.
The project is based on LLVM+CLANG. For more information, please visit the [hcc wiki][1]:
[https://github.com/RadeonOpenCompute/hcc/wiki][1]
- A lot of bug fixes
- Added compiler and HCC runtime support for new HIP APIs
- New device linking algorithm to support static library
- Support for Ubuntu 16.04 and Fedora 23
- Performance optimizations
- Polaris 10 and Polaris 11 support