[PATCH] D89971: [OpenMP][CUDA] Add missing overload for `remquo(float,float,int*)`

Artem Belevich via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Oct 22 10:28:30 PDT 2020


tra added a comment.

> The template overload

function overload.

> is still hidden behind an ifdef for OpenMP. In the
> future we probably want to remove the ifdef but that requires further
> testing.

I don't think it's the case.  I've just ran `clang++ -x cuda /dev/null  --cuda-host-only -dD -E ` and I do see the definitions for `tanh` just above your change.


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