[Openmp-commits] [PATCH] D68100: [OpenMP 5.0] declare mapper runtime implementation
Joachim Protze via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Wed Jul 22 04:16:09 PDT 2020
protze.joachim added a comment.
`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>).
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