[PATCH] D89971: [OpenMP][CUDA] Add missing overload for `remquo(float,float,int*)`
Johannes Doerfert via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Oct 22 10:08:46 PDT 2020
jdoerfert added a comment.
In D89971#2347762 <https://reviews.llvm.org/D89971#2347762>, @JonChesterfield wrote:
> Change obviously good. Am I right in reading this as all of OvO then passes for trunk, nvptx?
C++11 math tests on one system. These are system dependent to some degree so I would not claim it will always work, but it looks promising. and yes, nvptx, though nothing really cares about that, it just resolves down to __nv calls instead of __xyz calls at the end of the day.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D89971/new/
https://reviews.llvm.org/D89971
More information about the cfe-commits
mailing list