[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
Tue Feb 11 18:53:06 PST 2020
tianshilei1992 added a comment.
In D74145#1871257 <https://reviews.llvm.org/D74145#1871257>, @grokos wrote:
> The patch looks good to me. One final comment: is `LIBOMPTARGET_NUM_STREAMS` the most appropriate name for the new env var? Because it targets the CUDA plugin specifically, should we change the name to something like `LIBOMPTARGET_CUDA_NUM_STREAMS`?
My idea is the concept of stream is widely used in different platforms. They might use different terminology.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D74145/new/
https://reviews.llvm.org/D74145
More information about the Openmp-commits
mailing list