From 0bddfc09e192ea820a267b3e032e9a4267f8f6be Mon Sep 17 00:00:00 2001 From: Nicholas Malaya Date: Mon, 18 Mar 2019 14:51:18 -0500 Subject: [PATCH] Update hip_faq.md Making more clear what this list details. In particular, this list is intended to indicate what items for each CUDA release is supported, and which are not. --- docs/markdown/hip_faq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/markdown/hip_faq.md b/docs/markdown/hip_faq.md index c311aae320..3cea1cb42c 100644 --- a/docs/markdown/hip_faq.md +++ b/docs/markdown/hip_faq.md @@ -77,7 +77,7 @@ HIP code provides the same performance as native CUDA code, plus the benefits of HIP APIs and features do not map to a specific CUDA version. HIP provides a strong subset of functionality provided in CUDA, and the hipify tools can scan code to identify any unsupported CUDA functions - this is useful for identifying the specific features required by a given application. -However, we can provide a rough summary of the features included in each CUDA SDK and the support level in HIP: +However, we can provide a rough summary of the features included in each CUDA SDK and the support level in HIP. Each bullet below lists the major new language features in each CUDA release and then indicate which are supported/not supported in HIP: - CUDA 4.0 and earlier : - HIP supports CUDA 4.0 except for the limitations described above.