[Openmp-commits] [PATCH] D105121: [OpenMP] Avoid checking parent reference count in targetDataBegin
Johannes Doerfert via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Tue Jun 29 08:26:41 PDT 2021
jdoerfert added a comment.
In D105121#2847309 <https://reviews.llvm.org/D105121#2847309>, @jdenny wrote:
> In D105121#2847256 <https://reviews.llvm.org/D105121#2847256>, @jdoerfert wrote:
>
>> We should also run it through all the offload apps we have in FAROS.
>
> I've not tried FAROS before. If you're requesting that I do this, please give me a pointer, and I'll be glad to investigate.
FAROS is just a suggestion as it is a reasonable way to run some of the offload apps we have:
https://github.com/LLNL/FAROS/tree/features/openmp-offload
It basically should allow you to build multiple proxy apps with ease. They are also run but you might need to do something like `make test` for miniQMC manually.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D105121/new/
https://reviews.llvm.org/D105121
More information about the Openmp-commits
mailing list