[Openmp-commits] [PATCH] D159119: [OpenMP] Enable optimization level for memory_manager.cpp OpenMP test.
Joachim Protze via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Thu Aug 31 03:43:39 PDT 2023
protze.joachim added a comment.
The test actually has an OpenMP issue:
The memory is allocated on device 0, but no device is specified for the target region. I think, all target constructs should explicitly have a `device(0)` clause. At the moment, the test relies on implementation-defined behavior.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D159119/new/
https://reviews.llvm.org/D159119
More information about the Openmp-commits
mailing list