Skip to content
Snippets Groups Projects
Commit cb0dcdf1 authored by Hans Wennborg's avatar Hans Wennborg Committed by Wolfgang Puffitsch
Browse files

ReleaseNotes: CUDA support; by Artem Belevich

git-svn-id: https://llvm.org/svn/llvm-project/cfe/branches/release_38@260997 91177308-0d34-0410-b5e6-96231b3b80d8
parent 236db525
Branches
No related tags found
No related merge requests found
...@@ -187,6 +187,16 @@ Several additional features/bugfixes have been added to the previous standards: ...@@ -187,6 +187,16 @@ Several additional features/bugfixes have been added to the previous standards:
- Improved diagnostics for function pointers. - 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 Internal API Changes
-------------------- --------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment