[Openmp-commits] [PATCH] D68100: [OpenMP 5.0] declare mapper runtime implementation
Lingda Li via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Wed Jul 22 07:36:31 PDT 2020
lildmh added a comment.
In D68100#2166450 <https://reviews.llvm.org/D68100#2166450>, @protze.joachim wrote:
> `declare_mapper_target.cpp` still fails for me consistently in RUN line 2, so for the nvptx version. I execute on x86_64 with Tesla V100 and cuda 10.0.
> When I execute the test with `export LIBOMPTARGET_DEBUG=1`, the test succeeds.
> In case of failure, the test prints `Sum = 1024`, in case of success, the test prints `Sum = 2048` as expected.
>
> I run the tests with a fresh build (ae31d7838c36 <https://reviews.llvm.org/rGae31d7838c36fe2e7925f2fe137da661e31de74b>).
Interesting, how about other tests `declare_mapper_*.cpp`? Do they fail or pass?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D68100/new/
https://reviews.llvm.org/D68100
More information about the Openmp-commits
mailing list