[llvm-branch-commits] [cfe-branch] r260997 - ReleaseNotes: CUDA support; by Artem Belevich

Hans Wennborg via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Tue Feb 16 11:25:09 PST 2016


Author: hans
Date: Tue Feb 16 13:25:09 2016
New Revision: 260997

URL: http://llvm.org/viewvc/llvm-project?rev=260997&view=rev
Log:
ReleaseNotes: CUDA support; by Artem Belevich

Modified:
    cfe/branches/release_38/docs/ReleaseNotes.rst

Modified: cfe/branches/release_38/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/cfe/branches/release_38/docs/ReleaseNotes.rst?rev=260997&r1=260996&r2=260997&view=diff
==============================================================================
--- cfe/branches/release_38/docs/ReleaseNotes.rst (original)
+++ cfe/branches/release_38/docs/ReleaseNotes.rst Tue Feb 16 13:25:09 2016
@@ -179,6 +179,16 @@ Several additional features/bugfixes hav
 
 - Improved diagnostics for function pointers.
 
+CUDA Support in Clang
+---------------------
+Clang has experimental support for end-to-end CUDA compilation now:
+
+- The driver now detects CUDA installation, creates host and device compilation
+  pipelines, links device-side code with appropriate CUDA bitcode and produces
+  single object file with host and GPU code.
+
+- Implemented target attribute-based function overloading which allows clang to
+  compile CUDA sources without splitting them into separate host/device TUs.
 
 Internal API Changes
 --------------------




More information about the llvm-branch-commits mailing list