[Openmp-commits] [PATCH] D74145: [OpenMP][Offloading] Added support for multiple streams so that multiple kernels can be executed concurrently
Shilei Tian via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Sun Feb 9 11:38:05 PST 2020
tianshilei1992 added a comment.
In D74145#1866192 <https://reviews.llvm.org/D74145#1866192>, @JonChesterfield wrote:
> We need to lose std::make_unique before landing as the C++11 = > C++14 move has proven contentious. Otherwise LGTM.
I can use a macro here like `#if __cplusplus < 201407L`.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D74145/new/
https://reviews.llvm.org/D74145
More information about the Openmp-commits
mailing list