[Openmp-commits] [PATCH] D75788: [OpenMP] Provide math functions in OpenMP device code via OpenMP variants
Ye Luo via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Thu Apr 2 09:12:30 PDT 2020
ye-luo accepted this revision.
ye-luo added a comment.
This revision is now accepted and ready to land.
Good work.
I verified that PR42798 and PR42799 are fixed by this.
Tests are completed on Ubuntu 18.04.
Clang now becomes usable for application developers.
There are still issues on RHEL that openmp_wrappers is not added before the system math searching path. Option -isystem openmp_wrappers can be used as a workaround.
This remaining issue should not be a blocker of accepting this patch. It can be dealt separately later without complicating the review of the current patch.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D75788/new/
https://reviews.llvm.org/D75788
More information about the Openmp-commits
mailing list