[Openmp-commits] [PATCH] D121467: [Libomptarget] Create device math wrappers
Joseph Huber via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Fri Mar 11 08:52:55 PST 2022
jhuber6 added a comment.
In D121467#3375444 <https://reviews.llvm.org/D121467#3375444>, @yaxunl wrote:
> Is __clang_hip_libdevice_declares.h copied from clang/lib/Headers? How are you going to maintain it if it changes in the original place? Why not use the original copy instead of duplicate them?
I had to make a few adjustments to get it to build correctly. I'll probably just add those to a new macro in the original header and include them here later.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D121467/new/
https://reviews.llvm.org/D121467
More information about the Openmp-commits
mailing list