This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository test-suite.
from b661cff [test-suite] Skip CUDA tests w/ libc++ if clang can't find it. new 279ae9f [test-suite] Update External/CUDA/README. new 3482149 [test-suite] Check that we can use std::shared_future from CU [...] new 40b4756 [test-suite] Add CUDA printf test.
The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: External/CUDA/CMakeLists.txt | 2 ++ External/CUDA/README | 47 ++++++++++++++++++++++------------- External/CUDA/future.cu | 21 ++++++++++++++++ External/CUDA/printf.cu | 11 ++++++++ External/CUDA/printf.reference_output | 17 +++++++++++++ 5 files changed, 81 insertions(+), 17 deletions(-) create mode 100644 External/CUDA/future.cu create mode 100644 External/CUDA/printf.cu create mode 100644 External/CUDA/printf.reference_output