From 3f595826f3375e5f2b3b6749fd3b2f58a8bceb2f Mon Sep 17 00:00:00 2001 From: Aditya Atluri Date: Wed, 23 Mar 2016 15:05:50 -0500 Subject: [PATCH] Update README.md --- hipamd/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hipamd/README.md b/hipamd/README.md index acb7c9e4a8..4ec0e8b0c8 100644 --- a/hipamd/README.md +++ b/hipamd/README.md @@ -10,7 +10,8 @@ Key features include: * Developers can specialize for the platform (CUDA or hcc) to tune for performance or handle tricky cases New projects can be developed directly in the portable HIP C++ language and can run on either NVIDIA or AMD platforms. Additionally, HIP provides porting tools which make it easy to port existing CUDA codes to the HIP layer, with no loss of performance as compared to the original CUDA application. HIP is not intended to be a drop-in replacement for CUDA, and developers should expect to do some manual coding and performance tuning work to complete the port. - +## Issues +If you are having issues after Mar 23 2016 3:00 PM CST, make sure you revert to dc429aade68bd7381af9e4481d16d31120307555 ## More Info: - [HIP FAQ](docs/markdown/hip_faq.md) - [HIP Kernel Language](docs/markdown/hip_kernel_language.md)