Skip to content
/ hcc Public

Fork of HCC that works on top of the phsa stack

License

Notifications You must be signed in to change notification settings

parmance/hcc

Repository files navigation

HCC : An open source C++ compiler for heterogeneous compute

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]

What's new in the ROCm 1.3 release

  1. A lot of bug fixes
  2. Added compiler and HCC runtime support for new HIP APIs
  3. New device linking algorithm to support static library
  4. Support for Ubuntu 16.04 and Fedora 23
  5. Performance optimizations
  6. Polaris 10 and Polaris 11 support