[PATCH] D39818: [CUDA] [test-suite] Test std::min and std::max with C++11.

2017-11-10 Thread Justin Lebar via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL317962: [CUDA] [test-suite] Test std::min and std::max with C++11. (authored by jlebar). Repository: rL LLVM https://reviews.llvm.org/D39818 Files: test-suite/trunk/External/CUDA/algorithm.cu Inde

[PATCH] D39818: [CUDA] [test-suite] Test std::min and std::max with C++11.

2017-11-08 Thread Artem Belevich via Phabricator via cfe-commits
tra accepted this revision. tra added a comment. This revision is now accepted and ready to land. LGTM. https://reviews.llvm.org/D39818 ___ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commit

[PATCH] D39818: [CUDA] [test-suite] Test std::min and std::max with C++11.

2017-11-08 Thread Justin Lebar via Phabricator via cfe-commits
jlebar created this revision. Herald added a subscriber: sanjoy. Previously we only tested on C++14 and newer, which let slip a bug where std::min returned the max. :( https://reviews.llvm.org/D39818 Files: External/CUDA/algorithm.cu Index: External/CUDA/algorithm.cu ==