From e458d8ac32defb4877c973d24e2392c3913fda96 Mon Sep 17 00:00:00 2001 From: Siu Chi Chan Date: Mon, 11 Mar 2019 11:45:07 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 103a348d6a2..57aff94f644 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,10 @@ The project is based on LLVM+CLANG. For more information, please visit the [https://github.com/RadeonOpenCompute/hcc/wiki][1] +Deprecation Notice +================== +AMD is deprecating HCC to put more focus on HIP development and on other languages supporting heterogeneous compute. We will no longer develop any new feature in HCC and we will stop maintaining HCC after its final release, which is planned for June 2019. If your application was developed with the hc C++ API, we would encourage you to transition it to other languages supported by AMD, such as [HIP](https://github.com/ROCm-Developer-Tools/HIP) or OpenCL. HIP and hc language share the same compiler technology, so many hc kernel language features (including inline assembly) are also available through the HIP compilation path. + Download HCC ============ The project now employs git submodules to manage external components it depends