Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 743 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 743 Bytes

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