]> granicus.if.org Git - clang/commitdiff
[DOCS]Support for emission of the debug info for the Cuda devices, NFC.
authorAlexey Bataev <a.bataev@hotmail.com>
Tue, 5 Feb 2019 20:38:36 +0000 (20:38 +0000)
committerAlexey Bataev <a.bataev@hotmail.com>
Tue, 5 Feb 2019 20:38:36 +0000 (20:38 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@353214 91177308-0d34-0410-b5e6-96231b3b80d8

docs/OpenMPSupport.rst
docs/ReleaseNotes.rst

index 7b567c966ee53a799f49aa1b55acbf5d3f7d43dc..a8bfddce63abef5989db92362bd533c8c337cd61 100644 (file)
@@ -101,7 +101,7 @@ between the threads in the parallel regions.
 Collapsed loop nest counter
 ---------------------------
 
-When using the collapse clause on a loop nest the default behaviour is to
+When using the collapse clause on a loop nest the default behavior is to
 automatically extend the representation of the loop counter to 64 bits for
 the cases where the sizes of the collapsed loops are not known at compile
 time. To prevent this conservative choice and use at most 32 bits,
@@ -124,5 +124,8 @@ Features not supported or with limited support for Cuda devices
 - Automatic translation of math functions in target regions to device-specific
   math functions is not implemented yet.
 
-- Debug information for OpenMP target regions is not supported yet.
+- Debug information for OpenMP target regions is supported, but sometimes it may
+  be required to manually specify the address class of the inspected variables.
+  In some cases the local variables are actually allocated in the global memory,
+  but the debug info may be not aware of it.
 
index 67472f2a5067b90b896c09dc8fcd12b63faeea69..578dc1079b366f864c073a157f4b09a1e75b172c 100644 (file)
@@ -133,11 +133,12 @@ ABI Changes in Clang
 OpenMP Support in Clang
 ----------------------------------
 
-- ...
+- Added emission of the debug information for NVPTX target devices.
 
 CUDA Support in Clang
 ---------------------
 
+- Added emission of the debug information for the device code.
 
 Internal API Changes
 --------------------