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 d83a329 [test-suite] Add dependencies directly at the point where we [...] new 65b5ec9 [test-suite] [CUDA] Add <cmath> and <math.h> tests. new bb3e7cd [test-suite] [CUDA] Update README.
The 2 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 | 12 +- External/CUDA/cmath.cu | 1742 +++++++++++++++++++++++++++++++++ External/CUDA/cmath_reference_output | 1 + External/CUDA/math_h.cu | 1680 +++++++++++++++++++++++++++++++ External/CUDA/math_h_reference_output | 1 + 6 files changed, 3435 insertions(+), 3 deletions(-) create mode 100644 External/CUDA/cmath.cu create mode 100644 External/CUDA/cmath_reference_output create mode 100644 External/CUDA/math_h.cu create mode 100644 External/CUDA/math_h_reference_output