[PATCH] D19434: [test-suite] Added CMake files for external CUDA tests.
Artem Belevich via llvm-commits
llvm-commits at lists.llvm.org
Fri May 13 15:57:56 PDT 2016
tra updated this revision to Diff 57265.
tra added a comment.
I've moved as much as I could from inner loop to outer ones.
Switched most of helper functions to macros as it makes it easier to update state variables in current scope.
Instead of creating variant build targets in separate function's scope,
pass custom options as parameters to llvm_multisource() (see http://reviews.llvm.org/D20221)
http://reviews.llvm.org/D19434
Files:
External/CMakeLists.txt
External/CUDA/CMakeLists.txt
External/CUDA/README
External/CUDA/axpy.cu
External/CUDA/empty.cu
cmake/modules/TestFile.cmake
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D19434.57265.patch
Type: text/x-patch
Size: 14011 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160513/de4e2a44/attachment.bin>
More information about the llvm-commits
mailing list