Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [CUDA] Make __host__/__device__ min/max overloads constexpr in C++14. | Justin Lebar | 2018-06-29 | 1 | -4/+13 |
* | [CUDA] Make min/max shims host+device. | Justin Lebar | 2018-06-29 | 1 | -4/+4 |
* | [CUDA] Make std::min/max work when compiling in C++14 mode with a C++11 stdlib. | Justin Lebar | 2018-05-17 | 1 | -18/+29 |
* | [CUDA] Fix std::min on device side to return the min, not the max. | Justin Lebar | 2017-11-11 | 1 | -1/+1 |
* | [CUDA] Re-land support for <complex> (r283683 and r283680). | Justin Lebar | 2016-10-11 | 1 | -0/+96 |
* | Revert r283680. | Nico Weber | 2016-10-10 | 1 | -96/+0 |
* | [CUDA] Support <complex> and std::min/max on the device. | Justin Lebar | 2016-10-08 | 1 | -0/+96 |