This is an archive of the discontinued LLVM Phabricator instance.

[CUDA] Make __host__/__device__ min/max overloads constexpr in C++14.
ClosedPublic

Authored by jlebar on Jun 13 2018, 2:29 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

jlebar created this revision.Jun 13 2018, 2:29 PM
tra accepted this revision.Jun 13 2018, 3:17 PM
This revision is now accepted and ready to land.Jun 13 2018, 3:17 PM
jlebar added 1 blocking reviewer(s): rsmith.Jun 15 2018, 8:32 AM
This revision now requires review to proceed.Jun 15 2018, 8:32 AM

@rsmith friendly ping on this review.

rsmith accepted this revision.Jun 15 2018, 12:22 PM

LGTM

This revision is now accepted and ready to land.Jun 15 2018, 12:22 PM

LGTM

Thank you for the review, Richard.

Will check this in once the whole stack is ready -- just need D48036.

This revision was automatically updated to reflect the committed changes.