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
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
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
==