[PATCH] [cuda] Driver changes to build and stitch together host and device-side CUDA code.
Artem Belevich
tra at google.com
Tue May 5 15:58:08 PDT 2015
Hi echristo,
The changes were extracted from D8463 to separate driver part from the rest.
- Changed driver pipeline to compile host and device sides of CUDA files and pack device-side results into host object file.
- Added tests for cuda pipeline creation in driver.
Differential Revision: http://reviews.llvm.org/D8463
http://reviews.llvm.org/D9509
Files:
include/clang/Driver/Action.h
include/clang/Driver/Driver.h
include/clang/Driver/Options.td
include/clang/Driver/Types.def
include/clang/Driver/Types.h
lib/Driver/Action.cpp
lib/Driver/Driver.cpp
lib/Driver/ToolChain.cpp
lib/Driver/ToolChains.cpp
lib/Driver/ToolChains.h
lib/Driver/Tools.cpp
lib/Driver/Types.cpp
lib/Frontend/CreateInvocationFromCommandLine.cpp
test/Driver/cuda-options.cu
test/Index/attributes-cuda.cu
test/Index/index-file.cu
tools/libclang/CIndex.cpp
unittests/ASTMatchers/ASTMatchersTest.h
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D9509.24991.patch
Type: text/x-patch
Size: 33110 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20150505/a7de0af7/attachment.bin>
More information about the cfe-commits
mailing list